How to Install and Uninstall R-jsonlite Package on openSUSE Leap

Last updated: May 19,2024

1. Install "R-jsonlite" package

Please follow the guidance below to install R-jsonlite on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install R-jsonlite

2. Uninstall "R-jsonlite" package

In this section, we are going to explain the necessary steps to uninstall R-jsonlite on openSUSE Leap:

$ sudo zypper remove R-jsonlite

3. Information about the R-jsonlite package on openSUSE Leap

Information for package R-jsonlite:
-----------------------------------
Repository : Main Repository
Name : R-jsonlite
Version : 1.6-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.3 MiB
Installed : No
Status : not installed
Source package : R-jsonlite-1.6-bp155.2.14.src
Upstream URL : http://cran.r-project.org/web/packages/jsonlite
Summary : A JSON parser and generator for R
Description :
A JSON parser and generator optimized for statistical data and the
web. The package offers tools for working with JSON in R and is for building
pipelines and interacting with a web API. The implementation is based on
the mapping described in the vignette (Ooms, 2014). In addition to
converting JSON data from/to R objects, 'jsonlite' contains functions to
stream, validate, and prettify JSON data. The unit tests included with the
package verify that all edge cases are encoded and decoded consistently
for use with dynamic data in systems and applications.