CRAN Package Check Results for Maintainer ‘Christopher Gandrud <christopher.gandrud at gmail.com>’

Last updated on 2025-04-23 13:51:32 CEST.

Package ERROR NOTE OK
coreSim 13
d3Network 13
DataCombine 10 3
dpmr 6 7
dynsim 13
mcreplicate 13
networkD3 13
plotMElm 3 10
pltesim 6 7
psData 13
repmis 8 5
simPH 13
simpleSetup 3 10

Package coreSim

Current CRAN status: OK: 13

Package d3Network

Current CRAN status: OK: 13

Package DataCombine

Current CRAN status: ERROR: 10, NOTE: 3

Version: 0.2.21
Check: Rd files
Result: NOTE checkRd: (-1) StartEnd.Rd:31: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) StartEnd.Rd:32: Lost braces in \itemize; \value handles \item{}{} directly Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.2.21
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: FillIn.Rd: data.table slide.Rd: dplyr slideMA.Rd: dplyr Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64

Version: 0.2.21
Check: examples
Result: ERROR Running examples in ‘DataCombine-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: MoveFront > ### Title: Move variables to the front of a data frame. > ### Aliases: MoveFront > > ### ** Examples > > # Create fake data > A <- B <- C <- 1:50 > OldOrder <- data.frame(A, B, C) > > # Move C to front > NewOrder1 <- MoveFront(OldOrder, "C") > names(NewOrder1) [1] "C" "A" "B" > > # Move B and A to the front > NewOrder2 <- MoveFront(OldOrder, c("B", "A")) > names(NewOrder2) [1] "B" "A" "C" > > ## Non-exact matching (example from Felix Hass) > # Create fake data > df <- data.frame(dummy = c(1,0), Name = c("Angola", "Chad"), + DyadName = c("Government of Angola - UNITA", + "Government of Chad - FNT"), + Year = c("2002", "1992")) > > df <- MoveFront(df, c("Name", "Year"), exact = FALSE) Error in grep(pattern, x, ignore.case, value, perl, fixed, useBytes, invert) : NA in coercion to boolean Calls: MoveFront -> OneMove -> grep Execution halted Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.2.21
Check: examples
Result: ERROR Running examples in ‘DataCombine-Ex.R’ failed The error most likely occurred in: > ### Name: MoveFront > ### Title: Move variables to the front of a data frame. > ### Aliases: MoveFront > > ### ** Examples > > # Create fake data > A <- B <- C <- 1:50 > OldOrder <- data.frame(A, B, C) > > # Move C to front > NewOrder1 <- MoveFront(OldOrder, "C") > names(NewOrder1) [1] "C" "A" "B" > > # Move B and A to the front > NewOrder2 <- MoveFront(OldOrder, c("B", "A")) > names(NewOrder2) [1] "B" "A" "C" > > ## Non-exact matching (example from Felix Hass) > # Create fake data > df <- data.frame(dummy = c(1,0), Name = c("Angola", "Chad"), + DyadName = c("Government of Angola - UNITA", + "Government of Chad - FNT"), + Year = c("2002", "1992")) > > df <- MoveFront(df, c("Name", "Year"), exact = FALSE) Error in grep(pattern, x, ignore.case, value, perl, fixed, useBytes, invert) : NA in coercion to boolean Calls: MoveFront -> OneMove -> grep Execution halted Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Package dpmr

Current CRAN status: NOTE: 6, OK: 7

Version: 0.1.9
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: datapackage_init.Rd: toJSON, export datapackage_install.Rd: import Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64

Package dynsim

Current CRAN status: NOTE: 13

Version: 1.2.3
Check: Rd files
Result: NOTE checkRd: (-1) dynsim.Rd:48: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) dynsim.Rd:49: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) dynsim.Rd:50-51: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) dynsim.Rd:52: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) dynsim.Rd:53-54: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) dynsim.Rd:55-56: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) dynsim.Rd:57-58: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) dynsim.Rd:59-60: Lost braces in \itemize; \value handles \item{}{} directly Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 1.2.3
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: dynsimGG.Rd: scale_colour_brewer, discrete_scale Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64

Package mcreplicate

Current CRAN status: OK: 13

Package networkD3

Current CRAN status: OK: 13

Package plotMElm

Current CRAN status: NOTE: 3, OK: 10

Version: 0.1.5
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package pltesim

Current CRAN status: NOTE: 6, OK: 7

Version: 1.0
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: plte_builder.Rd: qi_builder Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64

Package psData

Current CRAN status: NOTE: 13

Version: 0.2.2
Check: Rd files
Result: NOTE checkRd: (-1) IMF_WBGet.Rd:57: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:58: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:59: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:60: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:61: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:62: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:63: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:64: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:65: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:66: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:67: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:68: Lost braces in \itemize; meant \describe ? checkRd: (-1) IMF_WBGet.Rd:69: Lost braces in \itemize; meant \describe ? checkRd: (-1) RRCrisisGet.Rd:37-39: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:40: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:41: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:42: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:43: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:44: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:45: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:46: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:47: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:48: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) RRCrisisGet.Rd:49: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) WinsetCreator.Rd:31: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) WinsetCreator.Rd:32: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) WinsetCreator.Rd:33: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) WinsetCreator.Rd:34: Lost braces in \itemize; \value handles \item{}{} directly checkRd: (-1) WinsetCreator.Rd:35: Lost braces in \itemize; \value handles \item{}{} directly Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 0.2.2
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: CountryID.Rd: countrycode DDGet.Rd: countrycode DpiGet.Rd: countrycode IMF_WBGet.Rd: countrycode PolityGet.Rd: countrycode RRCrisisGet.Rd: countrycode WinsetCreator.Rd: countrycode countrycode_data.Rd: countrycode Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64

Package repmis

Current CRAN status: NOTE: 8, OK: 5

Version: 0.5
Check: Rd cross-references
Result: NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: source_XlsxData.Rd: httr source_data.Rd: fread, httr Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64

Version: 0.5
Check: for non-standard things in the check directory
Result: NOTE Found the following files/directories: ‘PackageCites.bib’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Package simPH

Current CRAN status: OK: 13

Package simpleSetup

Current CRAN status: NOTE: 3, OK: 10

Version: 0.1.0
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64