- Stop running example in
RecreateLibrary
function.
- Explicitly set
stringsAsFactors
option in all calls to functionsdata.frame
andas.data.frame
.
-
Fix inkscape command in
render-tables.R
script. -
Fix bug in
SetPolygons
that resulted in error. -
Fix invalid URL's.
- Fixed invalid URL's.
-
Import wordcloud2 and webshot packages, and suggest png package. The webshot package has as a dependency the external program PhantomJS.
-
Add
CreateWordCloud
, used to create a word cloud from a frequency table of words, and plot to a PNG file.
-
Add top-level README.Rmd file.
-
Remove LICENSE.note file from package, and replace witha repo-only LICENSE.md file.
-
Add DISCLAIMER.md file.
-
In LaTeX preamble, include new solution for printing fancy header on all pages.
-
In
AddInsetMap
, addfeature
argument, used to add one or more spatial features to the inset map.
-
In LaTeX preamble, omit group separators in the decimal part when using siunitx package.
-
In
GetColors
, type change from diverging to sequential for color schemes:"berlin"
,"broc"
,"cork"
,"lisbon"
,"oleron"
,"tofino"
, and"vik"
. Results from CPTs not actually having a zero entry. -
In
PlotMap
, fix bug resulting from change inraster::crop
that returns an error when the subset is empty, was previously returningNULL
. -
In
FindOptimalSubset
, stop setting state of random number generator whenseed
argument isNULL
.
-
In
FindOptimalSubset
, addnumIslands
argument, used to specify the number of islands, was previously dependent on theparallel
argument; change default value ofelitism
argument from 0 to 5-percent of the island population. -
Add misc/latex-packages.txt: contains a list of required LaTeX packages that are not included in the default installation of TinyTeX; use the
inlmisc:::InstallLatexPackages()
command to install these packages into TinyTeX. -
In LaTeX preamble, replace xcolor package with color, eliminates an annoying warning when compiling document.
-
In
GetColors
, add"turbo"
color scheme. -
In
SetHinge
, non-backward compatible change to allocating colors on each side of hinge, is only perceivable when the number of colors is small (n < 10
). -
Rename
PrintHelpPages
toPrintPackageHelp
. Preserve empty lines in the Examples section of help documentation; fix parsing bug associated with identifying code blocks; tidy main header for each help topic; addinternal
argument, used to print help pages flagged with keywordinternal
; replacehr
argument withsep
; addtitle_to_name
argument, used to replace the help-topic "title" with its "name"; addnotrun
argument, used to remove## Not run
comments; include internal links by default. -
In
Grid2Polygons
, addcheck_validity
argument, used to check the validity of polygons. -
Fix bugs in raw/build-datasets.R and raw/render-tables.R files that incorrectly called
IsColor
function. -
Change package dependency from R >= 3.4.0 to R >= 3.5.0 because serialized objects in serialize/load version 3 cannot be read in older versions of R.
- In
SetPolygons
, setcheckValidity
argument to 2 and suppress warnings.
-
Add
"usgs_article"
template for R Markdown documents. This template is experimental and subject to change in the future. -
Set
checkValidity
argument to 2 (check and try to buffer by zero distance to repair) in many of the rgeos function calls. -
In
AddColorKey
, remove border line around color blocks. -
In
Grid2Polygons
, improved performance; change polygon cropping function fromraster::crop
toSetPolygons
. -
In
RecreateLibrary
, removegithub
option that allowed package installation from GitHub repositories. -
Add
PrintHelpPages
, used to print the HTML code associated with help pages of a loaded R package. -
In
BuildVignettes
, rearrange order of arguments and adddoc
argument, used to specify the directory to write vignette output files. -
In
GetColors
, add"bpy"
(blue-pink-yellow) color scheme. -
In
AddPoints
, change interval to reflect labels, that is, open at the left and closed at right. -
Add
AddIntervals
, used to add vertical interval symbols to plots. Replaces use ofgraphics::arrows
inPlotGraph
, and avoids the warning message resulting from an arrow length less than 1/1000 inch. -
In misc/preamble.tex: reduce hyphenation and prevent writing into margin.
-
In
PlotGraph
: improve handling of cases where range ofy
values is zero; extend y-axis limits to prevent symbols from being drawn on an axis limit; change margin line for the main title, axis title, and axis labels; decrease size of upper margin by 0.2 lines; addadd.grid
argument, determines whether to draw a rectangular grid. -
In
PrintFigure
, allow heading on single figure. -
In
AddSearchButton
, fix bug that prevented popup from opening whenopenPopup
argument is true.
-
In
PlotGraph
, change alignment ofmain
title from center to left-hand side of plot. -
In
ToScientific
, addzero
argument, used to substitute a string for values of zero. -
In
PrintTable
: allowcolheadings
argument to be a data table, used to make column headings with spanners; separate multi-table pages using\clearpage
. -
In misc/preamble.tex: set 'pdfa' option to true, tries to avoid violations of PDF/A in code generated by hyperref package; add multirow, footmisc, and siunitx packages; ragged right justification of captions.
-
Add alphahull, maptools, and remotes to suggested packages.
-
Remove httr and devtools from suggested packages.
-
In
GetRegionOfInterest
: replaceobj
argument withx
andy
; addalpha
andwidth
arguments, used to compute alpha-shape and expand the region of interest, respectively.
-
Add
BuildVignettes
, used to build package vignettes. -
In
SummariseBudget
, improve memory management. -
Change package imports by adding data.table and removing dplyr.
-
Add
SetHinge
, used to specify a hinge location in a color palette. -
In
PrintTable
:d
argument can be of class 'matrix'; and a default caption is no longer added whentitle
andheadnotes
arguments are not specified. -
Tidy help documentation
-
Add
GetRegionOfInterest
, used to calculate the region of interest from spatial points. -
In
FindOptimalSubset
: improve matrix construction ofsuggestions
; change calculation of number of bits in a number. -
In
AddColorKey
, rearrange order of arguments. -
In
PlotCrossSection
: addbend.label
argument, used to place labels at top of the bend-in-section lines; change default value ofbg.col
argument from"#FFFFFFD8"
toNULL
, and forscale.loc
argument from"bottom"
toNULL
; make font/line color darker for section breaks and features. -
Rename
GetTolColors
toGetColors
. Add additional color schemes; replacestart
andend
arguments withstops
, a vector of length 2; changeblind
argument option from"monochromacy"
to"monochrome"
; return a variant of theGetColors
function when argumentn
is unspecified. -
For leaflet-search plugin, change version from
2.8.0
to2.9.6
and tidy wrapper functions. -
In
CreateWebMap
, addservice
argument for specifying the mapping service to use for accessing base-map tiles. -
Change required R version from
>= 3.2.0
to>= 3.4.0
.
-
Add
AddNorthArrow
, was previously defined as an internal function. -
In
AddScaleBar
: non-backward compatible argument changes. Removeoffset
argument and replace with...
, see help documentation for details. -
Make dichromat a suggested package.
-
Remove viridisLite from suggested packages.
-
Add
GetInsetLocation
, used to determine the location for a inset graphics in the main plot region. -
In
AddPoints
: addbty
,draw.legend
, anddraw.points
arguments. -
In
PlotGraph
: addxpd
argument, determines whether point and (or) line symbols are clipped to the plot region; change default color scheme; change contents offill
argument (non-backward compatible) and add afillcolor
argument; providemain
argument a default value ofNULL
. -
In
FindOptimalSubset
, addmonitor
argument to check on status of GA run. -
In
GetTolColors
: add color schemes; change default scheme from"bright"
to"smooth rainbow"
; addstart
,end
,bias
,reverse
,blind
, andgray
arguments.
-
In
GetTolColors
, revise color schemes based of issue 3.0 of technical note. -
In
PlotGraph
, improve placement of tick marks. -
Remove colorspace from suggested packages and replace with viridisLite.
-
In
ToScientific
, better identify whether to print numeric values in fixed or scientific notation. -
In
AddScaleBar
, non-backward compatible argument changes and formatting improvements. -
In
PlotGraph
: fix bug that resulted in an error whentype = "n"
; and addmain
argument for placing a title at the top of the plot. -
Make gstat and roxygen2 suggested packages.
-
Remove httr, maps, and maptools from suggested packages.
-
In misc/preamble.tex: tidy code; include fix for spacing after number in List of Figures and List of Tables; remove helvet package; and add float package, provides the H float modifier option.
-
In
AddInsetMap
: add an optionale
argument, a numeric vector describing the extent of the smaller axis-aligned rectangle; add "center" option forloc
argument; and addbty
argument, determines if a box is to be drawn around the inset map. -
Update leaflet-search.min.js and leaflet-search.min.css files to version 2.8.0.
-
Add
PrintFigure
, used to print the LaTeX code associated with a figure.
-
Add
GetTolColors
, used to access color palettes by Paul Tol. -
Avoid importing all functions from a package.
-
Remove
AddCertificate
, no longer needed with new version of R (3.4.3). -
Add
PrintTable
, used to print the LaTeX code associated with adata.frame
object. -
In
PlotMap
, remove option to map points. -
In
ReadCodeChunks
, remove dependency on knitr-intro.Rmd file in example. -
In
AddColorKey
, replacescientific
argument withscipen
, seegetOption("scipen")
command. -
In
AddColorKey
, addlog
argument to specify axis to be logarithmic. -
In
AddColorKey
, use m x 10^n format for tick labels written in scientific notation. -
In
RecreateLibrary
, addparallel
argument to install packages from source using parallel processes. -
In
ToScientific
, addbig.mark
argument with default value of","
. -
In
ToScientific
, fix bug that formatted0
asNA
whentype = "plotmath"
. -
In
CreateWebMap
, pass...
arguments toleaflet::leaflet
function, these arguments were previously passed to theleaflet::leafletOptions
function. -
In
CreateWebMap
, addmaps
argument to specify which base maps to include. -
In
CreateWebMap
, remove coordinates and zoom level information from top of map. -
Add
AddHomeButton
,AddClusterButton
, andAddSearchButton
, andAddLegend
, used to add additional web map elements. -
In
FindOptimalSubset
, allow integer chromosomes to be specified for thesuggestions
argument. -
Add additional argument checks using checkmate package.
-
In
PlotMap
, fix bug introduced by previous fix of raster range calculation. -
Made
AddCertificate
an internal function. -
Add argument checks using checkmate package.
-
In
PlotMap
, fix bug in range calculation of raster values by removingfinite = TRUE
. -
In
PlotMap
, fix extent of background image, rivers, lakes, and roads usingpar("usr")
. -
Add
FindOptimalSubset
, used to identify an optimal subset using a genetic algorithm.
-
In
AddPoints
: add option to scale symbol size to radius; revise calculation of symbol size and legend labels. -
In
PlotMap
, letr
argument accept any object that can be converted to aRasterLayer
class. -
In LaTeX preamble: add verbatimbox package; add maketitle format.
-
In
PlotMap
, addsimplify
argument, used to convert raster to polygons prior to plotting. -
In
Grid2Polygons
: allowgrd
argument to be an object of classSpatialPixelsDataFrame
orRaster*
; transform coordinate reference system (CRS) ofply
argument to match the CRS of thegrd
argument; and addzlim
argument, a limit on the attribute variable. -
In
ToScientific
, add argumentsscipen
,delimiter
, and...
; and renamelab.type
argument totype
. Code in place for backwards compatibility.
-
In
RecreateLibrary
andSavePackageDetails
, add support for gzip file compression. -
In
SavePackageDetails
, fix bug that results in an 'invalid cross-device link' error on some flavor's of R.
-
Rename
SavePackageNames
toSavePackageDetails
. -
Add
AddCertificate
, used to add a X.509 certificate to your CA bundle. -
Make httr a suggested package.
-
In
RecreateLibrary
, addlocal
argument, file paths of files containing builds of packages. -
In
AddGradientLegend
, addn
argument, the desired number of tick-marks to be drawn.
-
Add
Grid2Polygons
from the Grid2Polygons package. -
Total revision of
RecreateLibrary
andSavePackageNames
. -
In
ToScientific
, improve default value fordigits
argument. -
Add
AddGradientLegend
, used to add a continuous color gradient legend strip to a plot.
-
Add
RecreateLibrary
, used to recreate an existing library on a new installation of R. -
Add
FormatPval
, used to format p-values. -
Add bm and makecell packages to LaTeX preamble.
-
Changes in
PlotGraph
: Add option for plotting interval censored data by specifyingtype = "i"
. Select box-and-whisker plot usingtype = "w"
, was previouslytype = "box"
. Default forseq.date.by
argument changed from"year"
toNULL
. -
Add
CreateWebMap
, creates a Leaflet map widget using The National Map services. -
Tidy help documentation for functions.
- Add
endian
argument toReadModflowBinary
. Argument describes the endian-ness (or byte-order) of the binary file and is required for calls to thereadBin
function. Thanks to Professor Brian Ripley for identifying this issue.
-
In
SummariseBudget
, thedesc
argument no longer needs to be specified. If missing, all data types are summarized. -
In
SummariseBudget
, remove default fordesc
argument and addid
argument, the auxiliary variable name. -
In
ReadModflowBinary
, enable cell-by-cell budget files to be read when they are not in compact form. -
Change legend format for binned point data from
[#, )
to># to #
. -
Fix bug that resulted in error when plotting a single point location using the
AddPoints
function. -
Add AppVeyor to package.
- Fix bug that resulted in incorrect dimensions for saved graphics.
-
In
PlotMap
,PlotCrossSection
, andAddColorKey
, dynamically adjust vertical plot margins based on the number of lines in the user specified labels. -
In
AddPoints
, removedraw.legend
argument and renamepos
argument tolegend.pos
. ANULL
value forlegend.pos
will prevent the legend from being drawn. -
Change name from
AddBubbles
toAddPoints
. -
In
PlotMap
andPlotCrossSection
, fix layout so color key dimensions don't change on resize. -
In
PlotMap
function, addfile.close
argument. A logical that indicates if the graphics device driver should be shut down when the function exits. -
In
AddBubbles
, allowz
argument to be an object of classfactor
. -
In
AddBubbles
, account for aspect ratio when constructing legend. -
In
AddBubbles
, renamebg.pos
argument tobg
, and setbg.neg = NULL
. Thebg
argument may now be used to specify circle colors for allz
values, not just positive values. See help documentation for details. -
In
AddBubbles
, specifying a single numeric value for theinches
arguments results in a fixed radius being used for all circle symbols. -
In
PlotMap
, account for z-axis limits prior to removing rows and columns having all missing values. -
In
PlotMap
, change default forscale.loc
argument from"leftbottom"
toNULL
; the scale bar is no longer drawn by default. -
In
PlotMap
, changeasp
argument from 1 to NULL. Defaults to 1 when data is projected, otherwise, a calculated value based on axes limits is used. -
Add
POSIXct2Character
, used to convert objects fromPOSIXct
tocharacter
class. -
Update URL links to HTTP Secure
-
Generalize CITATION file
-
Change argument name in
ReadModflowBinary
function fromf
topath
. -
Add
ReadCodeChunk
, reads knitr code chunks into the current session. -
Change NEWS file to markdown format.
-
Remove misc folder from .Rbuildignore file, adds the misc/preamble.tex file back to the package build.
- Fix invalid URLs.
-
Add
file
argument toPlotMap
andPlotCrossSection
. Specifying this argument will start a graphics device driver for producing either a PDF or PNG file. -
Width and height of graphics device is no longer calculated when drawing to screen.
-
Explain the USGS and INL acronyms from the Title in the DESCRIPTION file.
-
Fix invalid URLs.
- First version of inlmisc