diff --git a/cran-comments.md b/cran-comments.md index fabd359..5922624 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,14 +1,8 @@ -Resubmit to fix new problematic link found in the latest check; not sure why this was not reported in last check - -Resubmit 2 to fix last remaining link in check; sorry I missed this one - -Resubmit 1 to fix links for CRAN - ## Test environments -* local Windows 10 install, R 3.6.2 +* local Windows 10 install, R 4.3.1 * rhub check_for_cran * winbuilder -* travis-ci +* github actions check for cran - ubuntu, mac, windows ## R CMD check results diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 950093c..eba492c 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -5,5 +5,5 @@ articles: intro_htmlwidgets: intro_htmlwidgets.html intro_inputs: intro_inputs.html intro_reactR: intro_reactR.html -last_built: 2023-10-11T02:37Z +last_built: 2023-10-11T03:01Z diff --git a/vignettes/intro_inputs.Rmd b/vignettes/intro_inputs.Rmd index 693af02..88e085f 100644 --- a/vignettes/intro_inputs.Rmd +++ b/vignettes/intro_inputs.Rmd @@ -85,7 +85,7 @@ withr::with_dir( ### Building the JavaScript The next step is to navigate to the newly-created `colorpicker` project and run -the following commands in the terminal. If you're new the terminal, we recommend opening your newly created RStudio `~/colorpicker/colorpicker.Rproj` project file, then running the following in the [RStudio terminal tab](https://support.posit.co/hc/en-us/articles/115010737148-Using-the-RStudio-Terminal): +the following commands in the terminal. If you're new the terminal, we recommend opening your newly created RStudio `~/colorpicker/colorpicker.Rproj` project file, then running the following in the RStudio terminal tab: ``` yarn install