Last updated on 2025-04-19 06:49:50 CEST.
Package | ERROR | WARN | 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 | 2 | 11 | ||
repmis | 8 | 5 | ||
simPH | 7 | 6 | ||
simpleSetup | 3 | 10 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
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
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
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
Current CRAN status: OK: 13
Current CRAN status: OK: 13
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
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
Current CRAN status: WARN: 2, NOTE: 11
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
Version: 0.2.2
Check: dependencies in R code
Result: NOTE
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.2.2
Check: S3 generic/method consistency
Result: WARN
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
See section 'Generic functions and methods' in the 'Writing R
Extensions' manual.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.2.2
Check: replacement functions
Result: WARN
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
The argument of a replacement function which corresponds to the right
hand side must be named 'value'.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.2.2
Check: foreign function calls
Result: NOTE
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
See chapter 'System and foreign language interfaces' in the 'Writing R
Extensions' manual.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.2.2
Check: R code for possible problems
Result: NOTE
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.2.2
Check: for missing documentation entries
Result: WARN
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
All user-level objects in a package should have documentation entries.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.2.2
Check: for code/documentation mismatches
Result: WARN
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Version: 0.2.2
Check: Rd \usage sections
Result: NOTE
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
The \usage entries for S3 methods should use the \method markup and not
their full name.
See chapter 'Writing R documentation files' in the 'Writing R
Extensions' manual.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
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
Version: 0.5
Check: dependencies in R code
Result: NOTE
OpenJDK 64-Bit Server VM warning: The Windows job object has enabled multiple processor groups (2) but the UseAllWindowsProcessorGroups flag is off. Some processors might not be used.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64
Current CRAN status: NOTE: 7, OK: 6
Version: 1.3.13
Check: Rd files
Result: NOTE
checkRd: (-1) coxsimSpline.Rd:93: Lost braces; missing escapes or markup?
93 | {FD(h[i](t)) = (exp(g(x[j]) - g(x[l])) - 1) * 100}
| ^
checkRd: (-1) simPH.Rd:16-19: Lost braces in \itemize; meant \describe ?
checkRd: (-1) simPH.Rd:20-24: Lost braces in \itemize; meant \describe ?
checkRd: (-1) simPH.Rd:25-30: Lost braces in \itemize; meant \describe ?
checkRd: (-1) simPH.Rd:31-33: Lost braces in \itemize; meant \describe ?
checkRd: (-1) simPH.Rd:34-36: Lost braces in \itemize; meant \describe ?
checkRd: (-1) simPH.Rd:44-46: Lost braces in \itemize; meant \describe ?
checkRd: (-1) simPH.Rd:47-49: Lost braces in \itemize; meant \describe ?
checkRd: (-1) simPH.Rd:50-53: Lost braces in \itemize; meant \describe ?
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-windows-x86_64
Version: 1.3.13
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
coxsimInteract.Rd: coxph, survival, strata
coxsimLinear.Rd: coxph, survival, strata
coxsimPoly.Rd: coxph, survival, strata
coxsimSpline.Rd: coxph, pspline, survival, strata
coxsimtvc.Rd: coxph, survival, strata
ggfitStrata.Rd: plot.survfit, survfit, strata
simGG.siminteract.Rd: scale_colour_brewer, discrete_scale
simGG.simlinear.Rd: scale_colour_brewer, discrete_scale
simGG.simpoly.Rd: scale_colour_brewer, discrete_scale
simGG.simtvc.Rd: scale_colour_brewer, discrete_scale
simPH.Rd: coxph
tvc.Rd: survival, coxph
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
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