From 732febc314499153e62fde4bb05e9d6b7c72dc53 Mon Sep 17 00:00:00 2001 From: jimrothstein Date: Tue, 27 Aug 2024 17:51:39 -0700 Subject: [PATCH] 2427 Add URL: https://www.fda.gov/media/116737/download to .lycheeignore because github actions reports 404. But the link is good. --- .Rbuildignore | 1 + .gitignore | 2 ++ .lycheeignore | 1 + 3 files changed, 4 insertions(+) diff --git a/.Rbuildignore b/.Rbuildignore index a72ddfa6fe..c7366abf79 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -32,3 +32,4 @@ ^vignettes/articles$ ^inst/cheatsheet$ ^data-raw$ +^doc$ diff --git a/.gitignore b/.gitignore index 2a6f8564ba..db7075c835 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,5 @@ admiral*.tgz ._.DS_Store .Rprofile +/doc/ +/Meta/ diff --git a/.lycheeignore b/.lycheeignore index cd1db91901..58c2c800f5 100644 --- a/.lycheeignore +++ b/.lycheeignore @@ -6,3 +6,4 @@ https://packagemanager.rstudio.com/cran/__linux__/focal/latest https://raw.githubusercontent.com/pharmaverse/admiral/main/inst/cheatsheet/cheatsheet_image.png https://rsc.niaid.nih.gov/clinical-research-sites/daids-adverse-event-grading-tables https://rsc.niaid.nih.gov/sites/default/files/daidsgradingcorrectedv21.pdf +https://www.fda.gov/media/116737/download \ No newline at end of file