Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Description title for data.mining package switched to upper case #3221

Merged
merged 3 commits into from
Nov 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/data.mining/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: PEcAn.data.mining
Type: Package
Title: PEcAn functions used for exploring model residuals and structures
Title: PEcAn Functions Used for Exploring Model Residuals and Structures
Description: (Temporary description) PEcAn functions used for exploring model residuals and structures
Version: 1.7.2
Date: 2021-10-04
Expand All @@ -21,4 +21,4 @@ LazyLoad: yes
LazyData: FALSE
Collate:
Encoding: UTF-8
RoxygenNote: 6.1.1
RoxygenNote: 7.1.2
infotroph marked this conversation as resolved.
Show resolved Hide resolved
49 changes: 49 additions & 0 deletions modules/data.mining/tests/Rcheck_reference.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
* using log directory ‘/tmp/Rtmpyv5R27/PEcAn.data.mining.Rcheck’
* using R version 4.1.3 (2022-03-10)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using options ‘--no-manual --as-cran’
* checking for file ‘PEcAn.data.mining/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘PEcAn.data.mining’ version ‘1.7.2’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for executable files ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking serialization versions ... OK
* checking whether package ‘PEcAn.data.mining’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking for future file timestamps ... OK
* checking DESCRIPTION meta-information ... NOTE
Malformed Description field: should contain one or more complete sentences.
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking loading without being on the library search path ... OK
* checking examples ... NONE
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
OK
* checking for non-standard things in the check directory ... OK
* checking for detritus in the temp directory ... OK
* DONE

Status: 1 NOTE
See
‘/tmp/Rtmpyv5R27/PEcAn.data.mining.Rcheck/00check.log’
for details.


Loading