board_pin_versions
to allow custom boards extending versions (#265).Fix issue removing pins with custom domain names from cloud boards (#234).
Fix warning when using pin()
against storage locations with custom domain name (#237).
Fix issue where datatxt was not refreshing deleted entries (#239).
Support for versions = FALSE
in board_register()
to avoid using too much space when creating pins (#245).
Prevent administrators from overriding pins they don’t own, unless the pin is specified as user/name
(#253).
Support to connect to servers that have a redirect configured when the full server URL is not specified in board_register()
(#256).
Throw error when multiple accounts are associated to the same server (#261).
When running in production environments (which usually set the R_CONFIG_ACTIVE
environment variable), avoid using shared caches.
Fix pin()
failing to update cache when server returns NULL
etag.
Support for custom_metadata
in pin()
to allow saving custom fields in data.txt
file.
Improve performannce for pin()
from URLs containing large files that are already been cached prerviously by pin()
(#225).
Avoid showing upload or download progress when creating R Markdown documents and other non-interactive use cases (#227).
When pin(url) fails and local cache exists, produce warning and retrieve cached version (#231).
Support for pin(zip = TRUE)
to create a zip file of the given path before creating the pin (#232).
Fix when overriding pin with corrupt metadata.
Avoid using shared caches when running inside RStudio Connect.
Fixed ‘invalid uid’ warning when creaating pin undner some Linux servers (#263).
Support for versioning in all boards.
Support for DigitalOcean board.
Finding pins with pin_find()
sort results by default (#201).
Avoid incomplete final line found
warning error wheen reading manifests.
Support for using pin()
across multiple concurrent processes (#182).
Support in pin_get()
to download arbitrary files from cloud boards like Azure, DigitalOcean, GitHub, Google Cloud, RStudio Connect, and S3.
Fix issue where http HEAD requests could tgimeout and prevent pin from downloading in very slow connections.
Support access_type
parameter for RStudio Connect.
pin()
now refreshes the connections pane.
pin_remove()
now refreshes the connections pane.
Support for code
parameter in pin()
to customize R code used in the UI to retrieve the pin (#77).
Improve error message for pin_get()
with duplicate names (#171).
Fix board register error when using URL with ports (#195).
Enable retrieving public pins without authentication (#83).
Support for versions = FALSE
in board_register()
to also delete release files when pin is removed (#91).
Support for versions = FALSE
in board_register()
to avoid creating versioned GitHub releases (#197).
Support for committing all github files with a single commit (#197).
Support for custom GitHub hosts including GitHub Enterprise using the host
parameter in board_register_github()
(#163).
pin()
now searches for data.txt
files in URLs when the URL contains no file extension, behavior can be turnned off with the pins.search.datatxt
option.pin_info()
adds support for metadata
parameter to avoid retrieving pin contents.host
parameter to configure “s3.amazonaws.com” to custom locations.pin_info()
prints long character strings in their own line.
Fixed issue in pin_remove()
for S3, Azure, GCloud, Google and website boards (#138).
Fixed issue when pinning complex data frames with nested lists (#142).
key
parameter in board_register_azure()
.Fixed connection suggested code when caused by pin_find()
(#137).
Fixed connection launcher for Azure connections.
Fix issue uploading large pins causing is.character(type) is not TRUE
error.
Fix issue affecting boards registered with trailing slash (#151).
Improve error messages when a pin fails to be created (#149).
Added support for CONNECT_API_KEY
and CONNECT_SERVER
in place of RSCONNECT_API
and RSCONNECT_SERVER
, which they are still supported for backwards-compatibility.
Support for Azure board.
Support for Google Cloud board.
Support for S3 board.
pin()
extracts URLs that end in .gz
and zip
, which can be disabled with pin("<url>", extract = FALSE)
.
pin()
no longer prints the pin, you can revert this behavior with options(pins.invisible = FALSE)
(#122).
Show upload progress for files larger than 10mb.
Avoid changing data.table
when using pin()
and get_pin()
.
Support for pin_info()
to describe a pin and extended = TRUE
in pin_find()
to show all extended information about each pin.
Support for extract
parameter in pin_get()
, pin()
, and pin_reactive()
to override default file extraction behavior.
Support to extract gzip files when the R.utils
package is installed.
Show download progress for files larger than 10mb.
Support for I()
to force a pin to be created without additional overhead of exporting CSV and other enhancements (#73).
Support creating automatic name
when using pin()
and multiple URL.
Gracefully handle errors when a pin’s preview can’t be created.
Website boards now support the browse menu item in the connection.
Fix data frames previewing character columns with special characters.
Fix connection code when a board is registered automatically.
Fix issue where pin_find()
would not show all available pins.
Fix issue where RStudio Connections pane would not show all pins.
Store all downloaded content under user subfolder insited rsconnect cache.
Removed pin_find()
workaround for beta rsconnect server where searching was causing timeout.
Fix for RStudio Connect servers where /content/
is not used in content URLs.
Fix issue expanding pins columns in RStudio for pins with similar names in RStudio Connect boards.
Fix issue removing pins with similar names in RStudio Connect boards.
The name
parameter in board_register_datatxt()
is now optional.
Fix in pin_find()
to properly search desecription files.
path
parameter when registering the board (#121).Support for retrieving pins shared by others in RStudio Connect boards.
Support for RStudio Connect servers running under a subpath in the server.
Add support for RSCONNECT_SERVER
environment variable to ease configuration of automated RStudio Connect reports.
Fix intermittent failure to retrieve pins from RStudio Connect boards while creating them.
Fix in RStudio Connect boards to retrieve pins that match other pin names (#45).
Fix for data frames with nested data frames in rsconnect boards (#36).
board_register_github()
now checks for the repo to exist (#63).
Adjusted max upload file to 25mb to avoid “server error” in the API, larger files than 25mb uploaded as release files. This can be configured using the pins.github.release
option, which deefaults to 25.
Allow overriding GitHub pin over a pin that partially failed to be created.
Using a board will attempt to automatically register, such that pin(iris, board = "rsconnect")
would work for the default configuration even when the board is not explicitly registered (#50).
Registers “local” board by default, you no longer need to explicitly run board_register_local()
(#56).
Make use of the rappdirs
package to define the default cache path, replaces ~/.pins
. Use board_cache_path()
to retrieve default cache path.
Fix CRAN request to explicitly opt-in to use local home path as cache by running board_register_local()
.
Fix error when retrieving pins from Kaggle boards (#31).
Support for large files in GitHub board (#30).
Support for local board.
Support for Kaggle board.
Support for packages board.
Support for RStudio Connect board.
Support for GitHub board.
Support for website board.