CRAN Package Check Results for Package DATAstudio

Last updated on 2024-05-07 01:53:08 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1 6.15 54.90 61.05 NOTE
r-devel-linux-x86_64-debian-gcc 1.1 4.13 41.21 45.34 NOTE
r-devel-linux-x86_64-fedora-clang 1.1 79.66 NOTE
r-devel-linux-x86_64-fedora-gcc 1.1 73.93 NOTE
r-devel-windows-x86_64 1.1 8.00 70.00 78.00 NOTE
r-patched-linux-x86_64 1.1 6.48 52.74 59.22 NOTE
r-release-linux-x86_64 1.1 5.81 51.86 57.67 NOTE
r-release-macos-arm64 1.1 33.00 NOTE
r-release-windows-x86_64 1.1 7.00 69.00 76.00 NOTE
r-oldrel-macos-arm64 1.1 35.00 OK
r-oldrel-macos-x86_64 1.1 45.00 OK
r-oldrel-windows-x86_64 1.1 8.00 78.00 86.00 ERROR

Check Details

Version: 1.1
Check: Rd files
Result: NOTE checkRd: (-1) alps.Rd:14-16: Lost braces in \itemize; meant \describe ? checkRd: (-1) alps.Rd:17-19: Lost braces in \itemize; meant \describe ? checkRd: (-1) alps.Rd:20-22: Lost braces in \itemize; meant \describe ? checkRd: (-1) brexit.Rd:13-15: Lost braces in \itemize; meant \describe ? checkRd: (-1) brexit.Rd:16-18: Lost braces in \itemize; meant \describe ? checkRd: (-1) brexit.Rd:19-21: Lost braces in \itemize; meant \describe ? checkRd: (-1) brexit.Rd:22-24: Lost braces in \itemize; meant \describe ? checkRd: (-1) cortical.Rd:14-16: Lost braces in \itemize; meant \describe ? checkRd: (-1) cortical.Rd:17-19: Lost braces in \itemize; meant \describe ? checkRd: (-1) cortical.Rd:20-22: Lost braces in \itemize; meant \describe ? checkRd: (-1) cortical.Rd:23-25: Lost braces in \itemize; meant \describe ? checkRd: (-1) cortical.Rd:26-30: Lost braces in \itemize; meant \describe ? checkRd: (-1) cortical.Rd:31-33: Lost braces in \itemize; meant \describe ? checkRd: (-1) diabetes.Rd:17-20: Lost braces in \itemize; meant \describe ? checkRd: (-1) diabetes.Rd:21-24: Lost braces in \itemize; meant \describe ? checkRd: (-1) diabetes.Rd:25-27: Lost braces in \itemize; meant \describe ? checkRd: (-1) fire.Rd:13: Lost braces in \itemize; meant \describe ? checkRd: (-1) fire.Rd:14: Lost braces in \itemize; meant \describe ? checkRd: (-1) fire.Rd:15: Lost braces in \itemize; meant \describe ? checkRd: (-1) fire.Rd:16: Lost braces in \itemize; meant \describe ? checkRd: (-1) fire.Rd:17: Lost braces in \itemize; meant \describe ? checkRd: (-1) madeira.Rd:12-14: Lost braces in \itemize; meant \describe ? checkRd: (-1) madeira.Rd:15-17: Lost braces in \itemize; meant \describe ? checkRd: (-1) madeira.Rd:18-20: Lost braces in \itemize; meant \describe ? checkRd: (-1) madeira.Rd:21-24: Lost braces in \itemize; meant \describe ? checkRd: (-1) madeira.Rd:25-27: Lost braces in \itemize; meant \describe ? checkRd: (-1) madeira.Rd:28-30: Lost braces in \itemize; meant \describe ? checkRd: (-1) madeira.Rd:31-33: Lost braces in \itemize; meant \describe ? checkRd: (-1) madeira.Rd:34-36: Lost braces in \itemize; meant \describe ? checkRd: (-1) metsynd.Rd:17-19: Lost braces in \itemize; meant \describe ? checkRd: (-1) metsynd.Rd:20-22: Lost braces in \itemize; meant \describe ? checkRd: (-1) metsynd.Rd:23-26: Lost braces in \itemize; meant \describe ? checkRd: (-1) metsynd.Rd:27-30: 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-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-windows-x86_64

Version: 1.1
Check: examples
Result: ERROR Running examples in 'DATAstudio-Ex.R' failed The error most likely occurred in: > ### Name: alps > ### Title: Swiss Alps Temperature Data > ### Aliases: alps > ### Keywords: Climatological > > ### ** Examples > > ## visualizing the data > data(alps) > oldpar <- par(pty = 's', mfrow = c(1, 2)) > plot(alps$min_montana, alps$min_zermatt, pch = 20, + xlab = "Montana", ylab = "Zermatt", main = "Daily Minimum") > plot(alps$max_montana, alps$max_zermatt, pch = 20, + xlab = "Montana", ylab = "Zermatt", main = "Daily Maximum") > par(oldpar) > > oldpar <- par(pty = 's', mfrow = c(1, 2)) > plot(alps$min_montana, alps$max_montana, pch = 20, + xlab = "Minimum", ylab = "Maximum", main = "Montana") > abline(a = 0, b = 1, col = "red", lty = 2) > plot(alps$min_zermatt, alps$max_zermatt, pch = 20, + xlab = "Minimum", ylab = "Maximum", main = "Zermatt") > abline(a = 0, b = 1, col = "red", lty = 2) > par(oldpar) > > ## to download the NAO daily index in Mhalla et al (2019) use > ## the R package data.table to access NOAA via ftp > link <- "ftp://ftp.cdc.noaa.gov/Public/gbates/teleconn/nao.reanalysis.t10trunc.1948-present.txt" > NAO.daily <- data.table::fread(link) Warning in download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress) : URL 'ftp://ftp.cdc.noaa.gov/Public/gbates/teleconn/nao.reanalysis.t10trunc.1948-present.txt': status was 'Couldn't resolve host name' Error in download.file(file, tmpFile, method = method, mode = "wb", quiet = !showProgress) : cannot open URL 'ftp://ftp.cdc.noaa.gov/Public/gbates/teleconn/nao.reanalysis.t10trunc.1948-present.txt' Calls: <Anonymous> -> download.file Execution halted Flavor: r-oldrel-windows-x86_64