From 7a0ad3d57f2597e240e77516596321007ec55a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Michonneau?= Date: Wed, 22 Jul 2020 09:41:26 +0200 Subject: [PATCH] regenerate README, docs --- .Rbuildignore | 2 +- README.Rmd | 2 +- README.md | 55 ++++++++---------- docs/404.html | 2 +- docs/CODE_OF_CONDUCT.html | 2 +- docs/LICENSE-text.html | 2 +- docs/articles/foghorn.html | 49 ++++++++-------- .../header-attrs-2.3/header-attrs.js | 12 ++++ docs/articles/index.html | 2 +- docs/authors.html | 2 +- docs/index.html | 57 +++++++++---------- docs/news/index.html | 2 +- docs/pkgdown.yml | 4 +- docs/reference/check_cran_results.html | 2 +- docs/reference/cran_details.html | 2 +- docs/reference/cran_incoming.html | 2 +- docs/reference/cran_results.html | 4 +- docs/reference/foghorn.html | 2 +- docs/reference/index.html | 2 +- docs/reference/n_cran_flavors.html | 10 ++-- docs/reference/summary_cran_results.html | 2 +- docs/reference/visit_cran_check.html | 2 +- 22 files changed, 111 insertions(+), 110 deletions(-) create mode 100644 docs/articles/foghorn_files/header-attrs-2.3/header-attrs.js diff --git a/.Rbuildignore b/.Rbuildignore index 07e1b99..6db8b06 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -15,4 +15,4 @@ man-roxygen ^.pre-commit-config.yaml$ ^pkgdown$ ^CRAN-RELEASE$ -^revdep \ No newline at end of file +^revdep diff --git a/README.Rmd b/README.Rmd index 378c177..0483d94 100644 --- a/README.Rmd +++ b/README.Rmd @@ -39,7 +39,7 @@ R session to know the results of the CRAN checks for your packages. You can install the development version of **`foghorn`** from github with: ```{r gh-installation, eval = FALSE} -source("https://install-github.me/fmichonneau/foghorn") +remotes::install_github("fmichonneau/foghorn") ``` or the stable version from CRAN: diff --git a/README.md b/README.md index 555909e..a6d8e58 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ You can install the development version of **`foghorn`** from github with: ``` r -source("https://install-github.me/fmichonneau/foghorn") +remotes::install_github("fmichonneau/foghorn") ``` or the stable version from CRAN: @@ -65,10 +65,8 @@ this result. ## Graphical interface summary_cran_results(email = "francois.michonneau@gmail.com") #> ✔ All clear for foghorn, phylobase, riceware, rotl! -#> ⚠ Package with warnings on CRAN: -#> - rncl (4) #> ★ Package with notes on CRAN: -#> - rncl (3) +#> - rncl (2) ``` `summary_cran_results()` is actually an alias of @@ -82,11 +80,11 @@ cran_results(email = "francois.michonneau@gmail.com") #> # A tibble: 5 x 7 #> package error fail warn note ok has_other_issues #> -#> 1 foghorn 0 0 0 0 12 FALSE -#> 2 phylobase 0 0 0 0 12 FALSE -#> 3 riceware 0 0 0 0 12 FALSE -#> 4 rncl 0 0 4 3 5 FALSE -#> 5 rotl 0 0 0 0 12 FALSE +#> 1 foghorn 0 0 0 0 11 FALSE +#> 2 phylobase 0 0 0 0 11 FALSE +#> 3 riceware 0 0 0 0 11 FALSE +#> 4 rncl 0 0 0 2 9 FALSE +#> 5 rotl 0 0 0 0 11 FALSE ``` In addition of your own packages, you can also check the results for any @@ -95,18 +93,18 @@ other packages that might be of interest to you: ``` r ## either by themselves summary_cran_results(pkg = c("ggplot2", "dplyr")) -#> ⚠ Package with warnings on CRAN: -#> - ggplot2 (4) #> ★ Packages with notes on CRAN: -#> - dplyr (8) +#> - dplyr (4) #> - ggplot2 (4) +#> ◉ Package with other issues on CRAN: +#> - dplyr cran_results(pkg = c("ggplot2", "dplyr")) #> # A tibble: 2 x 7 #> package error fail warn note ok has_other_issues #> -#> 1 dplyr 0 0 0 8 4 FALSE -#> 2 ggplot2 0 0 4 4 4 FALSE +#> 1 dplyr 0 0 0 4 7 TRUE +#> 2 ggplot2 0 0 0 4 7 FALSE ## or by combining them with email addresses summary_cran_results( @@ -114,10 +112,8 @@ summary_cran_results( pkg = c("mregions", "ridigbio") ) #> ✔ All clear for foghorn, mregions, phylobase, riceware, ridigbio, rotl! -#> ⚠ Package with warnings on CRAN: -#> - rncl (4) #> ★ Package with notes on CRAN: -#> - rncl (3) +#> - rncl (2) cran_results( email = "francois.michonneau@gmail.com", @@ -126,13 +122,13 @@ cran_results( #> # A tibble: 7 x 7 #> package error fail warn note ok has_other_issues #> -#> 1 foghorn 0 0 0 0 12 FALSE -#> 2 mregions 0 0 0 0 12 FALSE -#> 3 phylobase 0 0 0 0 12 FALSE -#> 4 riceware 0 0 0 0 12 FALSE -#> 5 ridigbio 0 0 0 0 12 FALSE -#> 6 rncl 0 0 4 3 5 FALSE -#> 7 rotl 0 0 0 0 12 FALSE +#> 1 foghorn 0 0 0 0 11 FALSE +#> 2 mregions 0 0 0 0 11 FALSE +#> 3 phylobase 0 0 0 0 11 FALSE +#> 4 riceware 0 0 0 0 11 FALSE +#> 5 ridigbio 0 0 0 0 11 FALSE +#> 6 rncl 0 0 0 2 9 FALSE +#> 7 rotl 0 0 0 0 11 FALSE ``` You can inspect the logs for the check results using @@ -142,16 +138,15 @@ You can inspect the logs for the check results using ``` r (tidyr_checks <- cran_details(pkg = "tidyr")) #> # A tibble: 1 x 7 -#> package version result check flavors n_flavors message -#> -#> 1 tidyr 1.0.0 NOTE data for… r-devel-linux-x8… 5 " Note:… +#> package version result check flavors n_flavors message +#> +#> 1 tidyr 1.1.0 NOTE data for … r-devel-linux-x86_6… 4 " Note: … summary(tidyr_checks) #> ★ tidyr - note: data for non-ASCII characters #> ❯ r-devel-linux-x86_64-fedora-clang #> ❯ r-devel-linux-x86_64-fedora-gcc #> ❯ r-patched-solaris-x86 -#> ❯ r-release-osx-x86_64 -#> ❯ r-oldrel-osx-x86_64 +#> ❯ r-oldrel-macos-x86_64 #> #> Note: found 24 marked UTF-8 strings ``` @@ -171,7 +166,7 @@ cran_results(pkg = "nlme", src = "crandb", progress = FALSE) #> # A tibble: 1 x 7 #> package error fail warn note ok has_other_issues #> -#> 1 nlme 1 0 0 0 11 FALSE +#> 1 nlme 0 0 0 0 11 FALSE ``` Check out the “Details” section in the help files for more information. diff --git a/docs/404.html b/docs/404.html index 4c1bf61..678f04b 100644 --- a/docs/404.html +++ b/docs/404.html @@ -79,7 +79,7 @@ foghorn - 1.2.1 + 1.2.2 diff --git a/docs/CODE_OF_CONDUCT.html b/docs/CODE_OF_CONDUCT.html index a7f34d0..77fb2b5 100644 --- a/docs/CODE_OF_CONDUCT.html +++ b/docs/CODE_OF_CONDUCT.html @@ -79,7 +79,7 @@ foghorn - 1.2.1 + 1.2.2 diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index 3d5db89..b1e2e96 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -79,7 +79,7 @@ foghorn - 1.2.1 + 1.2.2 diff --git a/docs/articles/foghorn.html b/docs/articles/foghorn.html index c5b5414..7e7bdba 100644 --- a/docs/articles/foghorn.html +++ b/docs/articles/foghorn.html @@ -38,7 +38,7 @@ foghorn - 1.2.1 + 1.2.2 @@ -77,13 +77,13 @@ -
+
## ✔ All clear for foghorn, phylobase, riceware, rotl!
## ★  Package with notes on CRAN: 
-##   - rncl (3)
+## - rncl (2)

summary_cran_results() is actually an alias of summary(cran_results()), meaning that you can call cran_results() directly if you want to easily access the underlying data for the results of the CRAN checks. These results are stored in a tibble.

## Results as a tibble
 cran_results(email = "francois.michonneau@gmail.com")
## # A tibble: 5 x 7
 ##   package   error  fail  warn  note    ok has_other_issues
 ##   <chr>     <int> <int> <int> <int> <int> <lgl>           
-## 1 foghorn       0     0     0     0    12 FALSE           
-## 2 phylobase     0     0     0     0    12 FALSE           
-## 3 riceware      0     0     0     0    12 FALSE           
-## 4 rncl          0     0     0     3     9 FALSE           
-## 5 rotl          0     0     0     0    12 FALSE
+## 1 foghorn 0 0 0 0 11 FALSE +## 2 phylobase 0 0 0 0 11 FALSE +## 3 riceware 0 0 0 0 11 FALSE +## 4 rncl 0 0 0 2 9 FALSE +## 5 rotl 0 0 0 0 11 FALSE

In addition of your own packages, you can also check the results for any other packages that might be of interest to you:

## either by themselves
 summary_cran_results(pkg = c("ggplot2", "dplyr"))
## ★  Packages with notes on CRAN: 
-##   - dplyr (8)
-##   - ggplot2 (5)
+## - dplyr (4) +## - ggplot2 (4)
## ◉  Package with other issues on CRAN: 
-##   - ggplot2
+## - dplyr
cran_results(pkg = c("ggplot2", "dplyr"))
## # A tibble: 2 x 7
 ##   package error  fail  warn  note    ok has_other_issues
 ##   <chr>   <int> <int> <int> <int> <int> <lgl>           
-## 1 dplyr       0     0     0     8     4 FALSE           
-## 2 ggplot2     0     0     0     5     7 TRUE
+## 1 dplyr 0 0 0 4 7 TRUE +## 2 ggplot2 0 0 0 4 7 FALSE
## or by combining them with email addresses
 summary_cran_results(email = "francois.michonneau@gmail.com",
                      pkg = c("mregions", "ridigbio"))
## ✔ All clear for foghorn, mregions, phylobase, riceware, ridigbio, rotl!
## ★  Package with notes on CRAN: 
-##   - rncl (3)
+## - rncl (2)
cran_results(email = "francois.michonneau@gmail.com",
                    pkg = c("mregions", "ridigbio"))
## # A tibble: 7 x 7
 ##   package   error  fail  warn  note    ok has_other_issues
 ##   <chr>     <int> <int> <int> <int> <int> <lgl>           
-## 1 foghorn       0     0     0     0    12 FALSE           
-## 2 mregions      0     0     0     0    12 FALSE           
-## 3 phylobase     0     0     0     0    12 FALSE           
-## 4 riceware      0     0     0     0    12 FALSE           
-## 5 ridigbio      0     0     0     0    12 FALSE           
-## 6 rncl          0     0     0     3     9 FALSE           
-## 7 rotl          0     0     0     0    12 FALSE
+## 1 foghorn 0 0 0 0 11 FALSE +## 2 mregions 0 0 0 0 11 FALSE +## 3 phylobase 0 0 0 0 11 FALSE +## 4 riceware 0 0 0 0 11 FALSE +## 5 ridigbio 0 0 0 0 11 FALSE +## 6 rncl 0 0 0 2 9 FALSE +## 7 rotl 0 0 0 0 11 FALSE

You can inspect the logs for the check results using summary_cran_details(pkg) (or summary(cran_details(pkg))), while visit_cran_check(pkg) takes you directly to the CRAN webpage.

tidyr_details <- cran_details(pkg = "tidyr")
 tidyr_details
## # A tibble: 1 x 7
 ##   package version result check      flavors              n_flavors message      
 ##   <chr>   <chr>   <chr>  <chr>      <chr>                    <dbl> <chr>        
-## 1 tidyr   1.0.2   NOTE   data for … r-devel-linux-x86_6…         5 "     Note: …
+## 1 tidyr 1.1.0 NOTE data for … r-devel-linux-x86_6… 4 " Note: …
summary(tidyr_details)
## ★ tidyr - note: data for non-ASCII characters
 ##    ❯ r-devel-linux-x86_64-fedora-clang 
 ##    ❯ r-devel-linux-x86_64-fedora-gcc 
 ##    ❯ r-patched-solaris-x86 
-##    ❯ r-release-osx-x86_64 
-##    ❯ r-oldrel-osx-x86_64 
+##    ❯ r-oldrel-macos-x86_64 
 ## 
 ##      Note: found 24 marked UTF-8 strings
diff --git a/docs/articles/foghorn_files/header-attrs-2.3/header-attrs.js b/docs/articles/foghorn_files/header-attrs-2.3/header-attrs.js new file mode 100644 index 0000000..dd57d92 --- /dev/null +++ b/docs/articles/foghorn_files/header-attrs-2.3/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/docs/articles/index.html b/docs/articles/index.html index 8f7c37f..2d9558d 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -79,7 +79,7 @@ foghorn - 1.2.1 + 1.2.2
diff --git a/docs/authors.html b/docs/authors.html index 2242ba1..1d47b3c 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -79,7 +79,7 @@ foghorn - 1.2.1 + 1.2.2
diff --git a/docs/index.html b/docs/index.html index 408573a..e6381ab 100644 --- a/docs/index.html +++ b/docs/index.html @@ -39,7 +39,7 @@ foghorn - 1.2.1 + 1.2.2
@@ -95,7 +95,7 @@

Installation

You can install the development version of foghorn from github with:

-
source("https://install-github.me/fmichonneau/foghorn")
+
remotes::install_github("fmichonneau/foghorn")

or the stable version from CRAN:

install.packages("foghorn")
@@ -109,36 +109,34 @@

## Graphical interface
 summary_cran_results(email = "francois.michonneau@gmail.com")
 #> ✔ All clear for foghorn, phylobase, riceware, rotl!
-#> ⚠  Package with warnings on CRAN: 
-#>   - rncl (4)
 #> ★  Package with notes on CRAN: 
-#>   - rncl (3)
+#> - rncl (2)

summary_cran_results() is actually an alias of summary(cran_results()), meaning that you can call cran_results() directly if you want to easily access the underlying data for the results of the CRAN checks. These results are stored in a tibble.

## Results of the checks as a tibble
 cran_results(email = "francois.michonneau@gmail.com")
 #> # A tibble: 5 x 7
 #>   package   error  fail  warn  note    ok has_other_issues
 #>   <chr>     <int> <int> <int> <int> <int> <lgl>           
-#> 1 foghorn       0     0     0     0    12 FALSE           
-#> 2 phylobase     0     0     0     0    12 FALSE           
-#> 3 riceware      0     0     0     0    12 FALSE           
-#> 4 rncl          0     0     4     3     5 FALSE           
-#> 5 rotl          0     0     0     0    12 FALSE
+#> 1 foghorn 0 0 0 0 11 FALSE +#> 2 phylobase 0 0 0 0 11 FALSE +#> 3 riceware 0 0 0 0 11 FALSE +#> 4 rncl 0 0 0 2 9 FALSE +#> 5 rotl 0 0 0 0 11 FALSE

In addition of your own packages, you can also check the results for any other packages that might be of interest to you:

## either by themselves
 summary_cran_results(pkg = c("ggplot2", "dplyr"))
-#> ⚠  Package with warnings on CRAN: 
-#>   - ggplot2 (4)
 #> ★  Packages with notes on CRAN: 
-#>   - dplyr (8)
+#>   - dplyr (4)
 #>   - ggplot2 (4)
+#> ◉  Package with other issues on CRAN: 
+#>   - dplyr
 
 cran_results(pkg = c("ggplot2", "dplyr"))
 #> # A tibble: 2 x 7
 #>   package error  fail  warn  note    ok has_other_issues
 #>   <chr>   <int> <int> <int> <int> <int> <lgl>           
-#> 1 dplyr       0     0     0     8     4 FALSE           
-#> 2 ggplot2     0     0     4     4     4 FALSE
+#> 1 dplyr       0     0     0     4     7 TRUE            
+#> 2 ggplot2     0     0     0     4     7 FALSE
 
 ## or by combining them with email addresses
 summary_cran_results(
@@ -146,10 +144,8 @@ 

pkg = c("mregions", "ridigbio") ) #> ✔ All clear for foghorn, mregions, phylobase, riceware, ridigbio, rotl! -#> ⚠ Package with warnings on CRAN: -#> - rncl (4) #> ★ Package with notes on CRAN: -#> - rncl (3) +#> - rncl (2) cran_results( email = "francois.michonneau@gmail.com", @@ -158,26 +154,25 @@

#> # A tibble: 7 x 7 #> package error fail warn note ok has_other_issues #> <chr> <int> <int> <int> <int> <int> <lgl> -#> 1 foghorn 0 0 0 0 12 FALSE -#> 2 mregions 0 0 0 0 12 FALSE -#> 3 phylobase 0 0 0 0 12 FALSE -#> 4 riceware 0 0 0 0 12 FALSE -#> 5 ridigbio 0 0 0 0 12 FALSE -#> 6 rncl 0 0 4 3 5 FALSE -#> 7 rotl 0 0 0 0 12 FALSE

+#> 1 foghorn 0 0 0 0 11 FALSE +#> 2 mregions 0 0 0 0 11 FALSE +#> 3 phylobase 0 0 0 0 11 FALSE +#> 4 riceware 0 0 0 0 11 FALSE +#> 5 ridigbio 0 0 0 0 11 FALSE +#> 6 rncl 0 0 0 2 9 FALSE +#> 7 rotl 0 0 0 0 11 FALSE

You can inspect the logs for the check results using summary_cran_details(pkg) (or summary(cran_details(pkg))), while visit_cran_check(pkg) takes you directly to the CRAN webpage.

(tidyr_checks <- cran_details(pkg = "tidyr"))
 #> # A tibble: 1 x 7
-#>   package version result check     flavors           n_flavors message     
-#>   <chr>   <chr>   <chr>  <chr>     <chr>                 <dbl> <chr>       
-#> 1 tidyr   1.0.0   NOTE   data for… r-devel-linux-x8…         5 "     Note:…
+#>   package version result check      flavors              n_flavors message      
+#>   <chr>   <chr>   <chr>  <chr>      <chr>                    <dbl> <chr>        
+#> 1 tidyr   1.1.0   NOTE   data for … r-devel-linux-x86_6…         4 "     Note: …
 summary(tidyr_checks)
 #> ★ tidyr - note: data for non-ASCII characters
 #>    ❯ r-devel-linux-x86_64-fedora-clang 
 #>    ❯ r-devel-linux-x86_64-fedora-gcc 
 #>    ❯ r-patched-solaris-x86 
-#>    ❯ r-release-osx-x86_64 
-#>    ❯ r-oldrel-osx-x86_64 
+#>    ❯ r-oldrel-macos-x86_64 
 #> 
 #>      Note: found 24 marked UTF-8 strings
@@ -189,7 +184,7 @@

#> # A tibble: 1 x 7 #> package error fail warn note ok has_other_issues #> <chr> <int> <int> <int> <int> <int> <lgl> -#> 1 nlme 1 0 0 0 11 FALSE +#> 1 nlme 0 0 0 0 11 FALSE

Check out the “Details” section in the help files for more information.

diff --git a/docs/news/index.html b/docs/news/index.html index 190ef54..3cabbcf 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -79,7 +79,7 @@ foghorn - 1.2.1 + 1.2.2
diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 5bc1332..1275382 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -1,7 +1,7 @@ -pandoc: '2.5' +pandoc: '2.10' pkgdown: 1.5.1 pkgdown_sha: ~ articles: foghorn: foghorn.html -last_built: 2020-05-05T08:53Z +last_built: 2020-07-22T07:38Z diff --git a/docs/reference/check_cran_results.html b/docs/reference/check_cran_results.html index b5e42cf..b0c4b11 100644 --- a/docs/reference/check_cran_results.html +++ b/docs/reference/check_cran_results.html @@ -80,7 +80,7 @@ foghorn - 1.2.1 + 1.2.2 diff --git a/docs/reference/cran_details.html b/docs/reference/cran_details.html index 650e585..f8ca078 100644 --- a/docs/reference/cran_details.html +++ b/docs/reference/cran_details.html @@ -81,7 +81,7 @@ foghorn - 1.2.1 + 1.2.2 diff --git a/docs/reference/cran_incoming.html b/docs/reference/cran_incoming.html index c238bc4..cb0ec32 100644 --- a/docs/reference/cran_incoming.html +++ b/docs/reference/cran_incoming.html @@ -80,7 +80,7 @@ foghorn - 1.2.1 + 1.2.2 diff --git a/docs/reference/cran_results.html b/docs/reference/cran_results.html index 7d9bef1..ee859e1 100644 --- a/docs/reference/cran_results.html +++ b/docs/reference/cran_results.html @@ -81,7 +81,7 @@ foghorn - 1.2.1 + 1.2.2 @@ -221,7 +221,7 @@

Examp }
#> # A tibble: 1 x 7 #> package error fail warn note ok has_other_issues #> <chr> <int> <int> <int> <int> <int> <lgl> -#> 1 MASS 0 0 0 0 12 FALSE
+#> 1 MASS 0 0 0 0 11 FALSE diff --git a/docs/reference/index.html b/docs/reference/index.html index ec85da9..c7e84d7 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -79,7 +79,7 @@ foghorn - 1.2.1 + 1.2.2 diff --git a/docs/reference/n_cran_flavors.html b/docs/reference/n_cran_flavors.html index 160267f..30753f5 100644 --- a/docs/reference/n_cran_flavors.html +++ b/docs/reference/n_cran_flavors.html @@ -52,7 +52,7 @@ get the correct results, foghorn needs to know how many flavors CRAN uses. This function reads the number of flavors that CRAN currently uses, and caches it (per session, in the tempdir() folder). Arguments control -caching, fall back and default values." /> +caching, fall back, and default values." /> @@ -85,7 +85,7 @@ foghorn - 1.2.1 + 1.2.2 @@ -138,13 +138,13 @@

The number of CRAN flavors

get the correct results, foghorn needs to know how many flavors CRAN uses. This function reads the number of flavors that CRAN currently uses, and caches it (per session, in the tempdir() folder). Arguments control -caching, fall back and default values.

+caching, fall back, and default values.

n_cran_flavors(
   use_cache = getOption("foghorn.use_cache", TRUE),
   force_default = getOption("foghorn.force_default", FALSE),
-  n_flavors = getOption("foghorn.n_flavors", 12L)
+  n_flavors = getOption("foghorn.n_flavors", 11L)
 )

Arguments

@@ -162,7 +162,7 @@

Arg n_flavors -

What is the default number of flavors? (default: 12L)

+

What is the default number of flavors? (default: 11L)

diff --git a/docs/reference/summary_cran_results.html b/docs/reference/summary_cran_results.html index 1663600..9da8dcc 100644 --- a/docs/reference/summary_cran_results.html +++ b/docs/reference/summary_cran_results.html @@ -84,7 +84,7 @@ foghorn - 1.2.1 + 1.2.2 diff --git a/docs/reference/visit_cran_check.html b/docs/reference/visit_cran_check.html index 9561b88..b62362d 100644 --- a/docs/reference/visit_cran_check.html +++ b/docs/reference/visit_cran_check.html @@ -81,7 +81,7 @@ foghorn - 1.2.1 + 1.2.2