Function to grab the available packages listed on CRAN
This commit is contained in:
14
man/check_pacman_dir.Rd
Normal file
14
man/check_pacman_dir.Rd
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user