File: check_gfonts.Rd

package info (click to toggle)
r-cran-gdtools 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 436 kB
  • sloc: cpp: 467; sh: 14; ansic: 5; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/fonts.R
\name{check_gfonts}
\alias{check_gfonts}
\title{Checks the operability of 'gfonts'}
\usage{
check_gfonts(errors = FALSE)
}
\arguments{
\item{errors}{if TRUE, function is triggering errors if a condition
is not satisfied.}
}
\value{
TRUE or FALSE
}
\description{
Checks that 'gfonts' is installed and can be used.
Packages 'curl' and 'gfonts' must be installed and internet
connectivity must be active.
}
\keyword{internal}