Function to grab the available packages listed on CRAN

This commit is contained in:
2022-06-16 11:27:01 +01:00
parent 6ea4f81bc9
commit 15ded69426
7 changed files with 117 additions and 2 deletions

14
man/check_pacman_dir.Rd Normal file
View File

@@ -0,0 +1,14 @@
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utils.R
\name{check_pacman_dir}
\alias{check_pacman_dir}
\title{Checks the current project has a valid pacman directory structure}
\usage{
check_pacman_dir()
}
\value{
invisible boolean TRUE if the structure is valid, FALSE otherwise
}
\description{
Checks the current project has a valid pacman directory structure
}