Version: 1.13.1 Category: BUG FIXES Text: Version: 1.13.1 Category: Changed Access token and projects ID used in the vignette to reflect changes in Text: Version: 1.13.1 Category: the permission enforcements performed by BaseSpace Text: Version: 1.7 Category: NEW FEATURES Text: Improved API design and a cleaner representation of the BaseSpace Data Model. Version: 1.7 Category: NEW FEATURES Text: New count methods. These methods should be used to get the number of instances of a particular resource which are visible under the current scope. For example, the total number of Samples within a Project. Or the total number of Files for a given AppResults. Version: 1.7 Category: NEW FEATURES Text: Improved authentication process. One can now seamlessly used the R SDK from with Native Apps or Web Apps. New 'AppSessionAuth' class to handle the authentication in this cases. It extends the 'AppAuth' class, by keeping track of the AppSession Id. User-level constructors: 'authWebClient()' and 'authNativeClient()' generator .AppSessionAuth(). Version: 1.7 Category: NEW FEATURES Text: New mechanism for handling the BaseSpace server responses. 'ResponseStatus' class is now used for tracking the HTTP/server response status and integrated in the 'AppAuth' interface. 'x$showResponse()' can now be used to print the (JSON) body of the last response from the server. Version: 1.7 Category: NEW FEATURES Text: Integration with some Bioconductor data structures. BAM data from BaseSpace can now be easily map to 'BamFile' objects. Version: 1.7 Category: SIGNIFICANT USER-VISIBLE CHANGES Text: 'authenticateClient()' function remove and replaced by 'authWebClient()' and 'authNativeClient()'. 'AppAuth' instances are used for desktop Apps only. Version: 1.7 Category: BUG FIXES Text: Minor bug fixes with the authentication process. Version: 1.7 Category: BUG FIXES Text: Method dispatchment now works as intended for 'listFiles' and 'Files'. Version: 1.1 Category: NEW FEATURES Text: New high level function performOAuth() makes the App authentication easier. Version: 1.1 Category: NEW FEATURES Text: initializeAuth() now fires up a browser window and starts the OAuth v2 process. Users can use 'useBrowser' parameter to control this behaviour. Version: 1.1 Category: SIGNIFICANT USER-VISIBLE CHANGES Text: requestAccessToken() now returns an integer giving the status of request: * 1 if the request was succesful and an access_token was received * -1 if the AppAuth handle already contains a feasible access token * An integer larger than one if the request fails. There is also a new 'verbose' parameter controling the messages shown to the user. By default 'verbose = TRUE' Version: 1.1 Category: BUG FIXES Text: Added end of line character to some messages. Version: 1.1 Category: BUG FIXES Text: fileItem$Size is now stored as a numeric, thus allowing for file larger than 2GB. Version: 1.0.0 Category: PACKAGE FEATURES Text: BaseSpaceR is a R SDK for Illumina's BaseSpace cloud computing environment, enabling the rapid prototyping and development of production ready application for next-gen sequencing data. Version: 1.0.0 Category: PACKAGE FEATURES Text: It provides a set of S4 classes and methods to interface with BaseSpace data model. Version: 1.0.0 Category: PACKAGE FEATURES Text: It allows for persistent connections with BaseSpace REST server and offers support for the REST API query parameters. Version: 1.0.0 Category: PACKAGE FEATURES Text: It allows for queries across multiple Projects, Samples, Files, AppResults, etc., using vectorized operations in line with the R semantic.