R-datasets-3.5.0-bp153.1.380 >  A `z8!M@eeeKjLZ=!tY2!^2gk pr9/$`T2i4g̭~s8Go"݈s߰;1lM0A&8%#!u*; rD)חÌB07&B%'sb@>-aPyDc(_kޜV-3RqXc`[}P|2D-ȍ`H"|Cx̙1-Dqdf0452dd2092dce9bea9554f20c35bf12adeea0c79f74ae81e52feb834e40dbd5b1605ec3a83cb002015b2e92c6dfdadd50c9005cgH`z8!M@eee(HF]Y_`R.F s cj4pKV}82 q+$>%R=fDO=:@qzDd@ܺ%r#u[}0 ݱ6۶IU^BaB:ne6kY:U$GDԇ\ܽΜGW8p׷W^!2d`[c?g)'P"_Xt4cYù/㕐ɻk>p;9?9d   O 39D   | V   <    B( d8 l)9 ):k)F4YG4pH4I5@X5\Y5d\5]5^6b7c8Rd8e8f8l8u8v9@z9p9999CR-datasets3.5.0bp153.1.380Package providing R-core datasets in R-datasetsThis package provides R-datasets, one of R-core packages.`yobs-arm-9 SUSE Linux Enterprise 15 SP3openSUSEGPL-2.0-only OR GPL-3.0-onlyhttps://bugs.opensuse.orgDevelopment/Libraries/Otherhttp://www.r-project.org/linuxaarch64@ " HGd%J6GL>ZA큤A큤A큤A큤A큤`y`y`y`y`y`y`y`y`y`y`y`y`y`y`y`y`y`y`y`y`y`y`y`y`y`y099494c933f0af86fb8ba1b81123d0f1b2e094bd6fd044675c10384679c95bd1d95d0a12e6e8f1d61c997b5e022d8a122d217d8c16bf251bc8edec56c103fab3df3d6db69dec4e95268e4feb906b984299027e43f6c421f08103f51ce035b5ced3caa656e0b7108acb09e3395cfe82832e431095c56f27c7d56bfb208828cfefa7a84af94731705df86774c8163e8d52c37c2e69f36a560038c09a011fe017ff7aaba2a06c3a2ad543a06bf3d015972f0611e5903ff49ef1126f7d2fa4b3ec3b68c74078ac192ae13dc8e0da7d798387a580947b66bbf5585aa55ee1f9fb429bb43060378352ce9f55ead6ea6d9eaf6f7dee7db0448a23e998d1b1e05b9c8d93b90c1d636c82f2182a266a8564845a896507098ebb3dfae51c302ad4f41db9d91266c5c1282b975fa13e6c8df30657c0d59d3be01bf7f0e9faec05fded67761c65b008b1467baa409772c3e9143978681024efa241e71b5bdfb43ff91dea4348757900f3ce7e5204673b2608d58896cf61169605a7ea093e1ca557517c7272f66247b3d5551d71e2fb882d36a8803c497397a3c0e2ca05448d2b667f537b80b22eafea93e0b30930588cbcba98d1ee47bc92cedb756ad02a7ff0c39b7905fcd9676880bb336ab001beaf040d30c088b617c746ee201a3f8fe46424a399d2ef21c8b550380929fdfdadf2b023cce3470c5253f52596edf1564947869a95a98e6bf20526dd1152feb0b63206e76b3a002ecc523f12596616b4f7ca7c778c6b643989c70bd8b538935b2ff3fe88e338960a68bdb19001091874d0c0b23e361c25850e5c1e49f844793e017dc18160b1b53d71a759dd961d7cca15225228990dd3a7../../KernSmooth/Meta/features.rds../../../doc/html/R.cssrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootR-base-3.5.0-bp153.1.380.src.rpmR-datasetsR-datasets(aarch-64)    R-baserpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.5.03.0.4-14.6.0-14.0-15.2-14.14.1ZZZZ`@ZkZY5YyYV=@X@XXXXXO@X2@Wv[@Wi,@W n. The "quoteExpressions" option, also part of "all", no longer quote()s formulas as that may not re-parse identically. (PR#17378) * If the option setWidthOnResize is set and TRUE, R run in a terminal using a recent readline library will set the width option when the terminal is resized. Suggested by Ralf Goertz. * If multiple on.exit() expressions are set using add = TRUE then all expressions will now be run even if one signals an error. * mclapply() gets an option affinity.list which allows more efficient execution with heterogeneous processors, thanks to Helena Kotthaus. * The character methods for as.Date() and as.POSIXlt() are more flexible _via_ new arguments tryFormats and optional: see their help pages. * on.exit() gains an optional argument after with default TRUE. Using after = FALSE with add = TRUE adds an exit expression before any existing ones. This way the expressions are run in a first-in last-out fashion. (From Lionel Henry.) * On Windows, file.rename() internally retries the operation in case of error to attempt to recover from possible anti-virus interference. * Command line completion on :: now also includes lazy-loaded data. * If the TZ environment variable is set when date-time functions are first used, it is recorded as the session default and so will be used rather than the default deduced from the OS if TZ is subsequently unset. * There is now a [ method for class "DLLInfoList". * glm() and glm.fit get the same singular.ok = TRUE argument that lm() has had forever. As a consequence, in glm(*, method = ), user specified methods need to accept a singular.ok argument as well. * aspell() gains a filter for Markdown (.md and .Rmd) files. * intToUtf8(multiple = FALSE) gains an argument to allow surrogate pairs to be interpreted. * The maximum number of DLLs that can be loaded into R e.g. _via_ dyn.load() has been increased up to 614 when the OS limit on the number of open files allows. * Sys.timezone() on a Unix-alike caches the value at first use in a session: _inter alia_ this means that setting TZ later in the session affects only the _current_ time zone and not the _system_ one. Sys.timezone() is now used to find the system timezone to pass to the code used when R is configured with --with-internal-tzcode. * When tar() is used with an external command which is detected to be GNU tar or libarchive tar (aka bsdtar), a different command-line is generated to circumvent line-length limits in the shell. * system(*, intern = FALSE), system2() (when not capturing output), file.edit() and file.show() now issue a warning when the external command cannot be executed. * The "default" ("lm" etc) methods of vcov() have gained new optional argument complete = TRUE which makes the vcov() methods more consistent with the coef() methods in the case of singular designs. The former (back-compatible) behavior is given by vcov(*, complete = FALSE). * coef() methods (for lm etc) also gain a complete = TRUE optional argument for consistency with vcov(). For "aov", both coef() and vcov() methods remain back-compatibly consistent, using the _other_ default, complete = FALSE. * attach(*, pos = 1) is now an error instead of a warning. * New function getDefaultCluster() in package parallel to get the default cluster set via setDefaultCluster(). * str(x) for atomic objects x now treats both cases of is.vector(x) similarly, and hence much less often prints "atomic". This is a slight non-back-compatible change producing typically both more informative and shorter output. * write.dcf() gets optional argument useBytes. * New, partly experimental packageDate() which tries to get a valid "Date" object from a package DESCRIPTION file, thanks to suggestions in PR#17324. * tools::resaveRdaFiles() gains a version argument, for use when packages should remain compatible with earlier versions of R. * ar.yw(x) and hence by default ar(x) now work when x has NAs, mostly thanks to a patch by Pavel Krivitsky in PR#17366. The ar.yw.default()'s AIC computations have become more efficient by using determinant(). * New warnErrList() utility (from package nlme, improved). * By default the (arbitrary) signs of the loadings from princomp() are chosen so the first element is non-negative. * If --default-packages is not used, then Rscript now checks the environment variable R_SCRIPT_DEFAULT_PACKAGES. If this is set, then it takes precedence over R_DEFAULT_PACKAGES. If default packages are not specified on the command line or by one of these environment variables, then Rscript now uses the same default packages as R. For now, the previous behavior of not including methods can be restored by setting the environment variable R_SCRIPT_LEGACY to yes. * When a package is found more than once, the warning from find.package(*, verbose=TRUE) lists all library locations. * POSIXt objects can now also be rounded or truncated to month or year. * stopifnot() can be used alternatively via new argument exprs which is nicer and useful when testing several expressions in one call. * The environment variable R_MAX_VSIZE can now be used to specify the maximal vector heap size. On macOS, unless specified by this environment variable, the maximal vector heap size is set to the maximum of 16GB and the available physical memory. This is to avoid having the R process killed when macOS over-commits memory. * sum(x) and sum(x1,x2,..,x) with many or long logical or integer vectors no longer overflows (and returns NA with a warning), but returns double numbers in such cases. * Single components of "POSIXlt" objects can now be extracted and replaced via [ indexing with 2 indices. * S3 method lookup now searches the namespace registry after the top level environment of the calling environment. * Arithmetic sequences created by 1:n, seq_along, and the like now use compact internal representations via the ALTREP framework. Coercing integer and numeric vectors to character also now uses the ALTREP framework to defer the actual conversion until first use. * Finalizers are now run with interrupts suspended. * merge() gains new option no.dups and by default suffixes the second of two duplicated column names, thanks to a proposal by Scott Ritchie (and Gabe Becker). * scale.default(x, center, scale) now also allows center or scale to be "numeric-alike", i.e., such that as.numeric(.) coerces them correctly. This also eliminates a wrong error message in such cases. * par*apply and par*applyLB gain an optional argument chunk.size which allows to specify the granularity of scheduling. * Some as.data.frame() methods, notably the matrix one, are now more careful in not accepting duplicated or NA row names, and by default produce unique non-NA row names. This is based on new function .rowNamesDF(x, make.names = *) <- rNms where the logical argument make.names allows to specify _how_ invalid row names rNms are handled. .rowNamesDF() is a "workaround" compatible default. * R has new serialization format (version 3) which supports custom serialization of ALTREP framework objects. These objects can still be serialized in format 2, but less efficiently. Serialization format 3 also records the current native encoding of unflagged strings and converts them when de-serialized in R running under different native encoding. Format 3 comes with new serialization magic numbers (RDA3, RDB3, RDX3). Format 3 can be selected by version = 3 in save(), serialize() and saveRDS(), but format 2 remains the default for all serialization and saving of the workspace. Serialized data in format 3 cannot be read by versions of R prior to version 3.5.0. * The "Date" and "date-time" classes "POSIXlt" and "POSIXct" now have a working `length<-` method, as wished in PR#17387. * optim(*, control = list(warn.1d.NelderMead = FALSE)) allows to turn off the warning when applying the default "Nelder-Mead" method to 1-dimensional problems. * matplot(.., panel.first = .) etc now work, as log becomes explicit argument and ... is passed to plot() unevaluated, as suggested by Sebastian Meyer in PR#17386. * Interrupts can be suspended while evaluating an expression using suspendInterrupts. Subexpression can be evaluated with interrupts enabled using allowInterrupts. These functions can be used to make sure cleanup handlers cannot be interrupted. * R 3.5.0 includes a framework that allows packages to provide alternate representations of basic R objects (ALTREP). The framework is still experimental and may undergo changes in future R releases as more experience is gained. For now, documentation is provided in . UTILITIES: * install.packages() for source packages now has the possibility to set a 'timeout' (elapsed-time limit). For serial installs this uses the timeout argument of system2(): for parallel installs it requires the timeout utility command from GNU coreutils. * It is now possible to set 'timeouts' (elapsed-time limits) for most parts of R CMD check _via_ environment variables documented in the 'R Internals' manual. * The 'BioC extra' repository which was dropped from Bioconductor 3.6 and later has been removed from setRepositories(). This changes the mapping for 6-8 used by setRepositories(ind=). * R CMD check now also applies the settings of environment variables _R_CHECK_SUGGESTS_ONLY_ and _R_CHECK_DEPENDS_ONLY_ to the re-building of vignettes. * R CMD check with environment variable _R_CHECK_DEPENDS_ONLY_ set to a true value makes test-suite-management packages available and (for the time being) works around a common omission of rmarkdown from the VignetteBuilder field. INSTALLATION on a UNIX-ALIKE: * Support for a system Java on macOS has been removed - install a fairly recent Oracle Java (see 'R Installation and Administration' SSC.3.2). * configure works harder to set additional flags in SAFE_FFLAGS only where necessary, and to use flags which have little or no effect on performance. In rare circumstances it may be necessary to override the setting of SAFE_FFLAGS. * C99 functions expm1, hypot, log1p and nearbyint are now required. * configure sets a -std flag for the C++ compiler for all supported C++ standards (e.g., -std=gnu++11 for the C++11 compiler). Previously this was not done in a few cases where the default standard passed the tests made (e.g. clang 6.0.0 for C++11). C-LEVEL FACILITIES: * 'Writing R Extensions' documents macros MAYBE_REFERENCED, MAYBE_SHARED and MARK_NOT_MUTABLE that should be used by package C code instead NAMED or SET_NAMED. * The object header layout has been changed to support merging the ALTREP branch. This requires re-installing packages that use compiled code. * 'Writing R Extensions' now documents the R_tryCatch, R_tryCatchError, and R_UnwindProtect functions. * NAMEDMAX has been raised to 3 to allow protection of intermediate results from (usually ill-advised) assignments in arguments to BUILTIN functions. Package C code using SET_NAMED may need to be revised. DEPRECATED AND DEFUNCT: * Sys.timezone(location = FALSE) is defunct, and is ignored (with a warning). * methods:::bind_activation() is defunct now; it typically has been unneeded for years. The undocumented 'hidden' objects .__H__.cbind and .__H__.rbind in package base are deprecated (in favour of cbind and rbind). * The declaration of pythag() in Rmath.h has been removed - the entry point has not been provided since R 2.14.0. BUG FIXES: * printCoefmat() now also works without column names. * The S4 methods on Ops() for the "structure" class no longer cause infinite recursion when the structure is not an S4 object. * nlm(f, ..) for the case where f() has a "hessian" attribute now computes LL' = H + uI correctly. (PR#17249). * An S4 method that "rematches" to its generic and overrides the default value of a generic formal argument to NULL no longer drops the argument from its formals. * Rscript can now accept more than one argument given on the #! line of a script. Previously, one could only pass a single argument on the #! line in Linux. * Connections are now written correctly with encoding "UTF-16LE". (PR#16737). * Evaluation of ..0 now signals an error. When ..1 is used and ... is empty, the error message is more appropriate. * (Windows mainly.) Unicode code points which require surrogate pairs in UTF-16 are now handled. All systems should properly handle surrogate pairs, even those systems that do not need to make use of them. (PR#16098) * stopifnot(e, e2, ...) now evaluates the expressions sequentially and in case of an error or warning shows the relevant expression instead of the full stopifnot(..) call. * path.expand() on Windows now accepts paths specified as UTF-8-encoded character strings even if not representable in the current locale. (PR#17120) * line(x, y) now correctly computes the medians of the left and right group's x-values and in all cases reproduces straight lines. * Extending S4 classes with slots corresponding to special attributes like dim and dimnames now works. * Fix for legend() when fill has multiple values the first of which is NA (all colours used to default to par(fg)). (PR#17288) * installed.packages() did not remove the cached value for a library tree that had been emptied (but would not use the old value, just waste time checking it). * The documentation for installed.packages(noCache = TRUE) incorrectly claimed it would refresh the cache. * aggregate() no longer uses spurious names in some cases. (PR#17283) * object.size() now also works for long vectors. * packageDescription() tries harder to solve re-encoding issues, notably seen in some Windows locales. This fixes the citation() issue in PR#17291. * poly(, 3) now works, thanks to prompting by Marc Schwartz. * readLines() no longer segfaults on very large files with embedded '\0' (aka 'nul') characters. (PR#17311) * ns() (package splines) now also works for a single observation. interpSpline() gives a more friendly error message when the number of points is less than four. * dist(x, method = "canberra") now uses the correct definition; the result may only differ when x contains values of differing signs, e.g. not for 0-1 data. * methods:::cbind() and methods:::rbind() avoid deep recursion, thanks to Suharto Anggono via PR#17300. * Arithmetic with zero-column data frames now works more consistently; issue raised by Bill Dunlap. Arithmetic with data frames gives a data frame for ^ (which previously gave a numeric matrix). * pretty(x, n) for large n or large diff(range(x)) now works better (though it was never meant for large n); internally it uses the same rounding fuzz (1e-10) as seq.default() - as it did up to 2010-02-03 when both were 1e-7. * Internal C-level R_check_class_and_super() and hence R_check_class_etc() now also consider non-direct super classes and hence return a match in more cases. This e.g., fixes behaviour of derived classes in package Matrix. * Reverted unintended change in behavior of return calls in on.exit expressions introduced by stack unwinding changes in R 3.3.0. * Attributes on symbols are now detected and prevented; attempt to add an attribute to a symbol results in an error. * fisher.test(*, workspace = ) now may also increase the internal stack size which allows larger problem to be solved, fixing PR#1662. * The methods package no longer directly copies slots (attributes) into a prototype that is of an "abnormal" (reference) type, like a symbol. * The methods package no longer attempts to call length<-() on NULL (during the bootstrap process). * The methods package correctly shows methods when there are multiple methods with the same signature for the same generic (still not fully supported, but at least the user can see them). * sys.on.exit() is now always evaluated in the right frame. (From Lionel Henry.) * seq.POSIXt(*, by = " DSTdays") now should work correctly in all cases and is faster. (PR#17342) * .C() when returning a logical vector now always maps values other than FALSE and NA to TRUE (as documented). * Subassignment with zero length vectors now coerces as documented (PR#17344). Further, x <- numeric(); x[1] <- character() now signals an error 'replacement has length zero' (or a translation of that) instead of doing nothing. * (Package parallel.) mclapply(), pvec() and mcparallel() (when mccollect() is used to collect results) no longer leave zombie processes behind. * R CMD INSTALL now produces the intended error message when, e.g., the LazyData field is invalid. * as.matrix(dd) now works when the data frame dd contains a column which is a data frame or matrix, including a 0-column matrix/d.f. . * mclapply(X, mc.cores) now follows its documentation and calls lapply() in case mc.cores = 1 also in the case mc.preschedule is false. (PR#17373) * aggregate(, drop=FALSE) no longer calls the function on parts but sets corresponding results to NA. (Thanks to Suharto Anggono's patches in PR#17280). * The duplicated() method for data frames is now based on the list method (instead of string coercion). Consequently unique() is better distinguishing data frame rows, fixing PR#17369 and PR#17381. The methods for matrices and arrays are changed accordingly. * Calling names() on an S4 object derived from "environment" behaves (by default) like calling names() on an ordinary environment. * read.table() with a non-default separator now supports quotes following a non-whitespace character, matching the behavior of scan(). * parLapplyLB and parSapplyLB have been fixed to do load balancing (dynamic scheduling). This also means that results of computations depending on random number generators will now really be non-reproducible, as documented. * Indexing a list using dollar and empty string (l$"") returns NULL. * Using \usage{ data(, package="") } no longer produces R CMD check warnings. * match.arg() more carefully chooses the environment for constructing default choices, fixing PR#17401 as proposed by Duncan Murdoch. * Deparsing of consecutive ! calls is now consistent with deparsing unary - and + calls and creates code that can be reparsed exactly; thanks to a patch by Lionel Henry in PR#17397. (As a side effect, this uses fewer parentheses in some other deparsing involving ! calls.)- added gcc-c++ build dependency- Setting correctly R_UNZIPCMD Corrects this bug: http://bugzilla.suse.com/show_bug.cgi?id=1083075- upstrem updated to 3.4.4 CHANGES IN R 3.4.4: NEW FEATURES: * Sys.timezone() tries more heuristics on Unix-alikes and so is more likely to succeed (especially on Linux). For the slowest method, a warning is given recommending that TZ is set to avoid the search. * The version of LAPACK included in the sources has been updated to 3.8.0 (for the routines used by R, a very minor bug-fix change). * parallel::detectCores(logical = FALSE) is ignored on Linux systems, since the information is not available with virtualized OSes. INSTALLATION on a UNIX-ALIKE: * configure will use pkg-config to find the flags to link to jpeg if available (as it should be for the recently-released jpeg-9c and libjpeg-turbo). (This amends the code added in R 3.3.0 as the module name in jpeg-9c is not what that tested for.) DEPRECATED AND DEFUNCT: * Sys.timezone(location = FALSE) (which was a stop-gap measure for Windows long ago) is deprecated. It no longer returns the value of environment variable TZ (usually a location). * Legacy support of make macros such as CXX1X is formally deprecated: use the CXX11 forms instead. BUG FIXES: * power.prop.test() now warns when it cannot solve the problem, typically because of impossible constraints. (PR#17345) * removeSource() no longer erroneously removes NULL in certain cases, thanks to D'enes T'oth. * nls(`NO [mol/l]` ~ f(t)) and nls(y ~ a) now work. (Partly from PR#17367) * R CMD build checks for GNU cp rather than assuming Linux has it. (PR#17370 says 'Alpine Linux' does not.) * Non-UTF-8 multibyte character handling fixed more permanently (PR#16732). * sum(, ) is more consistent. (PR#17372) * rf() and rbeta() now also work correctly when ncp is not scalar, notably when (partly) NA. (PR#17375) * R CMD INSTALL now correctly sets C++ compiler flags when all source files are in sub-directories of src.- Do not buildrequire xorg-x11-devel but individual x libs.- upstream updated to 3.4.3 CHANGES IN R 3.4.3: INSTALLATION on a UNIX-ALIKE: * A workaround has been added for the changes in location of time-zone files in macOS 10.13 'High Sierra' and again in 10.13.1, so the default time zone is deduced correctly from the system setting when R is configured with --with-internal-tzcode (the default on macOS). * R CMD javareconf has been updated to recognize the use of a Java 9 SDK on macOS. BUG FIXES: * raw(0) & raw(0) and raw(0) | raw(0) again return raw(0) (rather than logical(0)). * intToUtf8() converts integers corresponding to surrogate code points to NA rather than invalid UTF-8, as well as values larger than the current Unicode maximum of 0x10FFFF. (This aligns with the current RFC3629.) * Fix calling of methods on S4 generics that dispatch on ... when the call contains .... * Following Unicode 'Corrigendum 9', the UTF-8 representations of U+FFFE and U+FFFF are now regarded as valid by utf8ToInt(). * range(c(TRUE, NA), finite = TRUE) and similar no longer return NA. (Reported by Lukas Stadler.) * The self starting function attr(SSlogis, "initial") now also works when the y values have exact minimum zero and is slightly changed in general, behaving symmetrically in the y range. * The printing of named raw vectors is now formatted nicely as for other such atomic vectors, thanks to Lukas Stadler.- upstream update to 3.4.2 CHANGES IN R 3.4.2: NEW FEATURES: * Setting the LC_ALL category in Sys.setlocale() invalidates any cached locale-specific day/month names and the AM/PM indicator for strptime() (as setting LC_TIME has since R 3.1.0). * The version of LAPACK included in the sources has been updated to 3.7.1, a bug-fix release. * The default for tools::write_PACKAGES(rds_compress=) has been changed to "xz" to match the compression used by CRAN. * c() and unlist() are now more efficient in constructing the names(.) of their return value, thanks to a proposal by Suharto Anggono. (PR#17284) UTILITIES: * R CMD check checks for and R CMD build corrects CRLF line endings in shell scripts configure and cleanup (even on Windows). INSTALLATION on a UNIX-ALIKE: * The order of selection of OpenMP flags has been changed: Oracle Developer Studio 12.5 accepts -fopenmp and -xopenmp but only the latter enables OpenMP so it is now tried first. BUG FIXES: * within(List, rm(x1, x2)) works correctly again, including when List[["x2"]] is NULL. * regexec(pattern, text, *) now applies as.character(.) to its first two arguments, as documented. * write.table() and related functions, writeLines(), and perhaps other functions writing text to connections did not signal errors when the writes failed, e.g. due to a disk being full. Errors will now be signalled if detected during the write, warnings if detected when the connection is closed. (PR#17243) * rt() assumed the ncp parameter was a scalar. (PR#17306) * menu(choices) with more than 10 choices which easily fit into one getOption("width")-line no longer erroneously repeats choices. (PR#17312) * length()<- on a pairlist succeeds. () * Language objects such as quote(("\n")) or R functions are correctly printed again, where R 3.4.1 accidentally duplicated the backslashes. * Construction of names() for very large objects in c() and unlist() now works, thanks to Suharto Anggono's patch proposals in PR#17292. * Resource leaks (and similar) reported by Steve Grubb fixed. (PR#17314, PR#17316, PR#17317, PR#17318, PR#17319, PR#17320) * model.matrix(~1, mf) now gets the row names from mf also when they differ from 1:nrow(mf), fixing PR#14992 thanks to the suggestion by Sebastian Meyer. * sigma(fm) now takes the correct denominator degrees of freedom for a fitted model with NA coefficients. (PR#17313) * hist(x, "FD") no longer "dies" with a somewhat cryptic error message when x has extreme outliers or IQR() zero: nclass.FD(x) tries harder to find a robust bin width h in the latter case, and hist.default(*, breaks) now checks and corrects a too large breaks number. (PR#17274) * callNextMethod() works for ... methods. * qr.coef(qd, y) now has correct names also when qd is a complex QR or stems from qr(*, LAPACK=TRUE). * Setting options(device = *) to an invalid function no longer segfaults when plotting is initiated. (PR#15883) * encodeString() no longer segfaults. (PR#15885) * It is again possible to use configure --enable-maintainer-mode without having installed notangle (it was required in R 3.4.[01]). * S4 method dispatch on ... calls the method by name instead of .Method (for consistency with default dispatch), and only attempts to pass non-missing arguments from the generic. * readRDS(textConnection(.)) works again. (PR#17325) * (1:n)[-n] no longer segfaults for n <- 2.2e9 (on a platform with enough RAM). * x <- 1:2; tapply(x, list(x, x), function(x) "")[1,2] now correctly returns NA. (PR#17333) * Running of finalizers after explicit GC request moved from the R interface do_gc to the C interface R_gc. This helps with reclaiming inaccessible connections. * help.search(topic) and ??topic matching topics in vignettes with multiple file name extensions (e.g., *.md.rsp but not *.Rmd) failed with an error when using options(help_type = "html"). * The X11 device no longer uses the Xlib backing store (PR#16497). * array(character(), 1) now gives (a 1D array with) NA as has been documented for a long time as in the other cases of zero-length array initialization and also compatibly with matrix(character(), * ). As mentioned there, this also fixes PR#17333. * splineDesign(.., derivs = 4) no longer segfaults. * fisher.test(*, hybrid=TRUE) now (again) will use the hybrid method when Cochran's conditions are met, fixing PR#16654.- Corrected "bug" "https://bugzilla.suse.com/show_bug.cgi?id=1049503 R now installs zip and unzip, what in turn eases the installation of packages directly from github via devtools.- upstream update to 3.4.1 CHANGES IN R 3.4.1: INSTALLATION on a UNIX-ALIKE: * The deprecated support for PCRE versions older than 8.20 has been removed. BUG FIXES: * getParseData() gave incorrect column information when code contained multi-byte characters. (PR#17254) * Asking for help using expressions like ?stats::cor() did not work. (PR#17250) * readRDS(url(....)) now works. * R CMD Sweave again returns status = 0 on successful completion. * Vignettes listed in .Rbuildignore were not being ignored properly. (PR#17246) * file.mtime() no longer returns NA on Windows when the file or directory is being used by another process. This affected installed.packages(), which is now protected against this. * R CMD INSTALL Windows .zip file obeys --lock and --pkglock flags. * (Windows only) The choose.files() function could return incorrect results when called with multi = FALSE. (PR#17270) * aggregate(, drop = FALSE) now also works in case of near-equal numbers in by. (PR#16918) * fourfoldplot() could encounter integer overflow when calculating the odds ratio. (PR#17286) * parse() no longer gives spurious warnings when extracting srcrefs from a file not encoded in the current locale. This was seen from R CMD check with inst/doc/*.R files, and check has some additional protection for such files. * print.noquote(x) now always returns its argument x (invisibly). * Non-UTF-8 multibyte character sets were not handled properly in source references. (PR#16732)- upstream update to 3.4.0 CHANGES IN R 3.4.0: SIGNIFICANT USER-VISIBLE CHANGES: * (Unix-alike) The default methods for download.file() and url() now choose "libcurl" except for file:// URLs. There will be small changes in the format and wording of messages, including in rare cases if an issue is a warning or an error. For example, when HTTP re-direction occurs, some messages refer to the final URL rather than the specified one. Those who use proxies should check that their settings are compatible (see ?download.file: the most commonly used forms work for both "internal" and "libcurl"). * table() has been amended to be more internally consistent and become back compatible to R <= 2.7.2 again. Consequently, table(1:2, exclude = NULL) no longer contains a zero count for , but useNA = "always" continues to do so. * summary.default() no longer rounds, but its print method does resulting in less extraneous rounding, notably of numbers in the ten thousands. * factor(x, exclude = L) behaves more rationally when x or L are character vectors. Further, exclude = now behaves as documented for long. * Arithmetic, logic (&, |) and comparison (aka 'relational', e.g., <, ==) operations with arrays now behave consistently, notably for arrays of length zero. Arithmetic between length-1 arrays and longer non-arrays had silently dropped the array attributes and recycled. This now gives a warning and will signal an error in the future, as it has always for logic and comparison operations in these cases (e.g., compare matrix(1,1) + 2:3 and matrix(1,1) < 2:3). * The JIT ('Just In Time') byte-code compiler is now enabled by default at its level 3. This means functions will be compiled on first or second use and top-level loops will be compiled and then run. (Thanks to Tomas Kalibera for extensive work to make this possible.) For now, the compiler will not compile code containing explicit calls to browser(): this is to support single stepping from the browser() call. JIT compilation can be disabled for the rest of the session using compiler::enableJIT(0) or by setting environment variable R_ENABLE_JIT to 0. * xtabs() works more consistently with NAs, also in its result no longer setting them to 0. Further, a new logical option addNA allows to count NAs where appropriate. Additionally, for the case sparse = TRUE, the result's dimnames are identical to the default case's. * Matrix products now consistently bypass BLAS when the inputs have NaN/Inf values. Performance of the check of inputs has been improved. Performance when BLAS is used is improved for matrix/vector and vector/matrix multiplication (DGEMV is now used instead of DGEMM). One can now choose from alternative matrix product implementations _via_ options(matprod = ). The "internal" implementation is not optimized for speed but consistent in precision with other summations in R (using long double accumulators where available). "blas" calls BLAS directly for best speed, but usually with undefined behavior for inputs with NaN/Inf. * factor() now uses order() to sort its levels, not sort.list(). This makes factor() support custom vector-like objects if methods for the appropriate generics are defined. This change has the side effect of making factor() succeed on empty or length-one non-atomic vector(-like) types (e.g., list), where it failed before. NEW FEATURES: * User errors such as integrate(f, 0:1, 2) are now caught. * Add signature argument to debug(), debugonce(), undebug() and isdebugged() for more conveniently debugging S3 and S4 methods. (Based on a patch by Gabe Becker.) * Add utils::debugcall() and utils::undebugcall() for debugging the function that would be called by evaluating the given expression. When the call is to an S4 generic or standard S3 generic, debugcall() debugs the method that would be dispatched. A number of internal utilities were added to support this, most notably utils::isS3stdGeneric(). (Based on a patch by Gabe Becker.) * Add utils::strcapture(). Given a character vector and a regular expression containing capture expressions, strcapture() will extract the captured tokens into a tabular data structure, typically a data.frame. * str() and strOptions() get a new option drop.deparse.attr with improved but _changed_ default behaviour for expressions. For expression objects x, str(x) now may remove extraneous white space and truncate long lines. * str() is no longer very slow; inspired by Mikko Korpela's proposal in PR#16527. * str(x)'s default method is more "accurate" and hence somewhat more generous in displaying character vectors; this will occasionally change R outputs (and need changes to some * .Rout(.save) files). For a classed integer vector such as x <- xtabs(~ c(1,9,9,9)), str(x) now shows both the class and "int", instead of only the latter. * isSymmetric(m) is much faster for large asymmetric matrices m _via_ pre-tests and a new option tol1 (with which strict back compatibility is possible but not the default). * The result of eigen() now is of class "eigen" in the default case when eigenvectors are computed. * Zero-length date and date-time objects (of classes "POSIX[cl]?t") now print() "recognizably". * xy.coords() and xyz.coords() get a new setLab option. * The method argument of sort.list(), order() and sort.int() gains an "auto" option (the default) which should behave the same as before when method was not supplied. * stopifnot(E, ..) now reports differences when E is a call to all.equal() and that is not true. * boxplot(, *) gain optional arguments drop, sep, and lex.order to pass to split.default() which itself gains an argument lex.order to pass to interaction() for more flexibility. * The plot() method for ppr() has enhanced default labels (xmin and main). * sample.int() gains an explicit useHash option (with a back compatible default). * identical() gains an ignore.srcref option which drops "srcref" and similar attributes when true (as by default). * diag(x, nrow = n) now preserves typeof(x), also for logical, integer and raw x (and as previously for complex and numeric). * smooth.spline() now allows direct specification of lambda, gets a hatvalues() method and keeps tol in the result, and optionally parts of the internal matrix computations. * addNA() is faster now, e.g. when applied twice. (Part of PR#16895.) * New option rstandard(, type = "predicted") provides the "PRESS"-related leave-one-out cross-validation errors for linear models. * After seven years of deprecation, duplicated factor levels now produce a warning when printed and an error in levels<- instead of a warning. * Invalid factors, e.g., with duplicated levels (invalid but constructable) now give a warning when printed, _via_ new function .valid.factor(). * sessionInfo() has been updated for Apple's change in OS naming as from '10.12' ('macOS Sierra' _vs_ 'OS X El Capitan'). Its toLatex() method now includes the running component. * options(interrupt=) can be used to specify a default action for user interrupts. For now, if this option is not set and the error option is set, then an unhandled user interrupt invokes the error option. (This may be dropped in the future as interrupt conditions are not error conditions.) * In most cases user interrupt handlers will be called with a "resume" restart available. Handlers can invoke this restart to resume computation. At the browser prompt the r command will invoke a "resume" restart if one is available. Some read operations cannot be resumed properly when interrupted and do not provide a "resume" restart. * Radix sort is now chosen by method = "auto" for sort.int() for double vectors (and hence used for sort() for unclassed double vectors), excluding 'long' vectors. sort.int(method = "radix") no longer rounds double vectors. * The default and data.frame methods for stack() preserve the names of empty elements in the levels of the ind column of the return value. Set the new drop argument to TRUE for the previous behavior. * Speedup in simplify2array() and hence sapply() and mapply() (for the case of names and common length > 1), thanks to Suharto Anggono's PR#17118. * table(x, exclude = NULL) now sets useNA = "ifany" (instead of "always"). Together with the bug fixes for this case, this recovers more consistent behaviour compatible to older versions of R. As a consequence, summary() for a logical vector no longer reports (zero) counts for NA when there are no NAs. * dump.frames() gets a new option include.GlobalEnv which allows to also dump the global environment, thanks to Andreas Kersting's proposal in PR#17116. * system.time() now uses message() instead of cat() when terminated early, such that suppressMessages() has an effect; suggested by Ben Bolker. * citation() supports inst/CITATION files from package source trees, with lib.loc pointing to the directory containing the package. * try() gains a new argument outFile with a default that can be modified _via_ options(try.outFile = .), useful notably for Sweave. * The unexported low-level functions in package parallel for passing serialized R objects to and from forked children now support long vectors on 64-bit platforms. This removes some limits on higher-level functions such as mclapply() (but returning gigabyte results from forked processes _via_ serialization should be avoided if at all possible). * Connections now print() without error even if invalid, e.g. after having been destroyed. * apropos() and find(simple.words = FALSE) no longer match object names starting with . which are known to be internal objects (such as .__S3MethodsTable__.). * Convenience function hasName() has been added; it is intended to replace the common idiom !is.null(x$name) without the usually unintended partial name matching. * strcapture() no longer fixes column names nor coerces strings to factors (suggested by Bill Dunlap). * strcapture() returns NA for non-matching values in x (suggested by Bill Dunlap). * source() gets new optional arguments, notably exprs; this is made use of in the new utility function withAutoprint(). * sys.source() gets a new toplevel.env argument. This argument is useful for frameworks running package tests; contributed by Tomas Kalibera. * Sys.setFileTime() and file.copy(copy.date = TRUE) will set timestamps with fractions of seconds on platforms/filesystems which support this. * (Windows only.) file.info() now returns file timestamps including fractions of seconds; it has done so on other platforms since R 2.14.0. (NB: some filesystems do not record modification and access timestamps to sub-second resolution.) * The license check enabled by options(checkPackageLicense = TRUE) is now done when the package's namespace is first loaded. * ppr() and supsmu() get an optional trace argument, and ppr(.., sm.method = ..spline) is no longer limited to sample size n <= 2500. * The POSIXct method for print() gets optional tz and usetz arguments, thanks to a report from Jennifer S. Lyon. * New function check_packages_in_dir_details() in package tools for analyzing package-check log files to obtain check details. * Package tools now exports function CRAN_package_db() for obtaining information about current packages in the CRAN package repository, and several functions for obtaining the check status of these packages. * The (default) Stangle driver Rtangle allows annotate to be a function and gets a new drop.evalFALSE option. * The default method for quantile(x, prob) should now be monotone in prob, even in border cases, see PR#16672. * bug.report() now tries to extract an email address from a BugReports field, and if there is none, from a Contacts field. * The format() and print() methods for object.size() results get new options standard and digits; notably, standard = "IEC" and standard = "SI" allow more standard (but less common) abbreviations than the default ones, e.g. for kilobytes. (From contributions by Henrik Bengtsson.) * If a reference class has a validity method, validObject will be called automatically from the default initialization method for reference classes. * tapply() gets new option default = NA allowing to change the previously hardcoded value. * read.dcf() now consistently interprets any 'whitespace' to be stripped to include newlines. * The maximum number of DLLs that can be loaded into R e.g. _via_ dyn.load() can now be increased by setting the environment variable R_MAX_NUM_DLLS before starting R. * Assigning to an element of a vector beyond the current length now over-allocates by a small fraction. The new vector is marked internally as growable, and the true length of the new vector is stored in the truelength field. This makes building up a vector result by assigning to the next element beyond the current length more efficient, though pre-allocating is still preferred. The implementation is subject to change and not intended to be used in packages at this time. * Loading the parallel package namespace no longer sets or changes the .Random.seed, even if R_PARALLEL_PORT is unset. NB: This can break reproducibility of output, and did for a CRAN package. * Methods "wget" and "curl" for download.file() now give an R error rather than a non-zero return value when the external command has a non-zero status. * Encoding name "utf8" is mapped to "UTF-8". Many implementations of iconv accept "utf8", but not GNU libiconv (including the late 2016 version 1.15). * sessionInfo() shows the full paths to the library or executable files providing the BLAS/LAPACK implementations currently in use (not available on Windows). * The binning algorithm used by bandwidth selectors bw.ucv(), bw.bcv() and bw.SJ() switches to a version linear in the input size n for n > nb/2. (The calculations are the same, but for larger n/nb it is worth doing the binning in advance.) * There is a new option PCRE_study which controls when grep(perl = TRUE) and friends 'study' the compiled pattern. Previously this was done for 11 or more input strings: it now defaults to 10 or more (but most examples need many more for the difference from studying to be noticeable). * grep(perl = TRUE) and friends can now make use of PCRE's Just-In-Time mechanism, for PCRE >= 8.20 on platforms where JIT is supported. It is used by default whenever the pattern is studied (see the previous item). (Based on a patch from Mikko Korpela.) This is controlled by a new option PCRE_use_JIT. Note that in general this makes little difference to the speed, and may take a little longer: its benefits are most evident on strings of thousands of characters. As a side effect it reduces the chances of C stack overflow in the PCRE library on very long strings (millions of characters, but see next item). Warning: segfaults were seen using PCRE with JIT enabled on 64-bit Sparc builds. * There is a new option PCRE_limit_recursion for grep(perl = TRUE) and friends to set a recursion limit taking into account R's estimate of the remaining C stack space (or 10000 if that is not available). This reduces the chance of C stack overflow, but because it is conservative may report a non-match (with a warning) in examples that matched before. By default it is enabled if any input string has 1000 or more bytes. (PR#16757) * getGraphicsEvent() now works on X11(type = "cairo") devices. Thanks to Frederick Eaton (for reviving an earlier patch). * There is a new argument onIdle for getGraphicsEvent(), which allows an R function to be run whenever there are no pending graphics events. This is currently only supported on X11 devices. Thanks to Frederick Eaton. * The deriv() and similar functions now can compute derivatives of log1p(), sinpi() and similar one-argument functions, thanks to a contribution by Jerry Lewis. * median() gains a formal ... argument, so methods with extra arguments can be provided. * strwrap() reduces indent if it is more than half width rather than giving an error. (Suggested by Bill Dunlap.) * When the condition code in if(.) or while(.) is not of length one, an error instead of a warning may be triggered by setting an environment variable, see the help page. * Formatting and printing of bibliography entries (bibentry) is more flexible and better documented. Apart from setting options(citation.bibtex.max = 99) you can also use print(, bibtex=TRUE) (or format(..)) to get the BibTeX entries in the case of more than one entry. This also affects citation(). Contributions to enable style = "html+bibtex" are welcome. C-LEVEL FACILITIES: * Entry points R_MakeExternalPtrFn and R_ExternalPtrFn are now declared in header Rinternals.h to facilitate creating and retrieving an R external pointer from a C function pointer without ISO C warnings about the conversion of function pointers. * There was an exception for the native Solaris C++ compiler to the dropping (in R 3.3.0) of legacy C++ headers from headers such as R.h and Rmath.h - this has now been removed. That compiler has strict C++98 compliance hence does not include extensions in its (non-legacy) C++ headers: some packages will need to request C++11 or replace non-C++98 calls such as lgamma: see SS1.6.4 of 'Writing R Extensions'. Because it is needed by about 70 CRAN packages, headers R.h and Rmath.h still declare use namespace std; when included on Solaris. * When included from C++, the R headers now use forms such as std::FILE directly rather than including the line using std::FILE; C++ code including these headers might be relying on the latter. * Headers R_ext/BLAS.h and R_ext/Lapack.h have many improved declarations including const for double-precision complex routines. _Inter alia_ this avoids warnings when passing 'string literal' arguments from C++11 code. * Headers for Unix-only facilities R_ext/GetX11Image.h, R_ext/QuartzDevice.h and R_ext/eventloop.h are no longer installed on Windows. * No-longer-installed headers GraphicsBase.h, RGraphics.h, Rmodules/RX11.h and Rmodules/Rlapack.h which had a LGPL license no longer do so. * HAVE_UINTPTR_T is now defined where appropriate by Rconfig.h so that it can be included before Rinterface.h when CSTACK_DEFNS is defined and a C compiler (not C++) is in use. Rinterface.h now includes C header stdint.h or C++11 header cstdint where needed. * Package tools has a new function package_native_routine_registration_skeleton() to assist adding native-symbol registration to a package. See its help and SS5.4.1 of 'Writing R Extensions' for how to use it. (At the time it was added it successfully automated adding registration to over 90% of CRAN packages which lacked it. Many of the failures were newly-detected bugs in the packages, e.g. 50 packages called entry points with varying numbers of arguments and 65 packages called entry points not in the package.) INSTALLATION on a UNIX-ALIKE: * readline headers (and not just the library) are required unless configuring with --with-readline=no. * configure now adds a compiler switch for C++11 code, even if the compiler supports C++11 by default. (This ensures that g++ 6.x uses C++11 mode and not its default mode of C++14 with 'GNU extensions'.) The tests for C++11 compliance are now much more comprehensive. For gcc < 4.8, the tests from R 3.3.0 are used in order to maintain the same behaviour on Linux distributions with long-term support. * An alternative compiler for C++11 is now specified with CXX11, not CXX1X. Likewise C++11 flags are specified with CXX11FLAGS and the standard (e.g., -std=gnu++11 is specified with CXX11STD. * configure now tests for a C++14-compliant compiler by testing some basic features. This by default tries flags for the compiler specified by CXX11, but an alternative compiler, options and standard can be specified by variables CXX14, CXX14FLAGS and CXX14STD (e.g., -std=gnu++14). * There is a new macro CXXSTD to help specify the standard for C++ code, e.g. -std=c++98. This makes it easier to work with compilers which default to a later standard: for example, with CXX=g++6 CXXSTD=-std=c++98 configure will select commands for g++ 6.x which conform to C++11 and C++14 where specified but otherwise use C++98. * Support for the defunct IRIX and OSF/1 OSes and Alpha CPU has been removed. * configure checks that the compiler specified by $CXX $CXXFLAGS is able to compile C++ code. * configure checks for the required header sys/select.h (or sys/time.h on legacy systems) and system call select and aborts if they are not found. * If available, the POSIX 2008 system call utimensat will be used by Sys.setFileTime() and file.copy(copy.date = TRUE). This may result in slightly more accurate file times. (It is available on Linux and FreeBSD but not macOS.) * The minimum version requirement for libcurl has been reduced to 7.22.0, although at least 7.28.0 is preferred and earlier versions are little tested. (This is to support Debian 7 'Wheezy' LTS and Ubuntu 'Precise' 12.04 LTS, although the latter is close to end-of-life.) * configure tests for a C++17-compliant compiler. The tests are experimental and subject to change in the future. INCLUDED SOFTWARE: * (Windows only) Tcl/Tk version 8.6.4 is now included in the binary builds. The tcltk*.chm help file is no longer included; please consult the online help at instead. * The version of LAPACK included in the sources has been updated to 3.7.0: no new routines have been added to R. PACKAGE INSTALLATION: * There is support for compiling C++14 or C++17 code in packages on suitable platforms: see 'Writing R Extensions' for how to request this. * The order of flags when LinkingTo other packages has been changed so their include directories come earlier, before those specified in CPPFLAGS. This will only have an effect if non-system include directories are included with -I flags in CPPFLAGS (and so not the default -I/usr/local/include which is treated as a system include directory on most platforms). * Packages which register native routines for .C or .Fortran need to be re-installed for this version (unless installed with R-devel SVN revision r72375 or later). * Make variables with names containing CXX1X are deprecated in favour of those using CXX11, but for the time being are still made available _via_ file etc/Makeconf. Packages using them should be converted to the new forms and made dependent on R (>= 3.4.0).- And again that ldconfig call. Newline was obviously wrong. Hopefully correct now.- Jan Engelhardt asked for reverting the change to the ldconfig call. So be it.- improvements for a) calling /sbin/ldconfig, which no longer gives a warning b) unregistering info-pages in %preun instead of %postun- a change in OBS now requires a BuildRequire: shadow for some openSUSE releases.- upstream release 3.3.3 - Most important changes CHANGES IN R 3.3.3: NEW FEATURES: * Changes when redirection of a http:// URL to a https:// URL is encountered: * The internal methods of download.file() and url() now report that they cannot follow this (rather than failing silently). * (Unix-alike) download.file(method = "auto") (the default) re-tries with method = "libcurl". * (Unix-alike) url(method = "default") with an explicit open argument re-tries with method = "libcurl". This covers many of the usages, e.g. readLines() with a URL argument. INSTALLATION on a UNIX-ALIKE: * The configure check for the zlib version is now robust to versions longer than 5 characters, including 1.2.11. UTILITIES: * Environmental variable _R_CHECK_TESTS_NLINES_ controls how R CMD check reports failing tests (see SS8 of the 'R Internals' manual). DEPRECATED AND DEFUNCT: * (C-level Native routine registration.) The undocumented styles field of the components of R_CMethodDef and R_FortranMethodDef is deprecated. BUG FIXES: * vapply(x, *) now works with long vectors x. (PR#17174) * isS3method("is.na.data.frame") and similar are correct now. (PR#17171) * grepRaw(, , fixed = TRUE) now works, thanks to a patch by Mikko Korpela. (PR#17132) * Package installation into a library where the package exists _via_ symbolic link now should work wherever Sys.readlink() works, resolving PR#16725. * "Cincinnati" was missing an "n" in the precip dataset. * Fix buffer overflow vulnerability in pdf() when loading an encoding file. Reported by Talos (TALOS-2016-0227). * getDLLRegisteredRoutines() now produces its warning correctly when multiple DLLs match, thanks to Matt Dowle's PR#17184. * Sys.timezone() now returns non-NA also on platforms such as Ubuntu 14.04.5 LTS, thanks to Mikko Korpela's PR#17186. * format(x) for an illegal "POSIXlt" object x no longer segfaults. * methods(f) now also works for f "(" or "{". * (Windows only) dir.create() did not check the length of the path to create, and so could overflow a buffer and crash R. (PR#17206) * On some systems, very small hexadecimal numbers in hex notation would underflow to zero. (PR#17199) * pmin() and pmax() now work again for ordered factors and 0-length S3 classed objects, thanks to Suharto Anggono's PR#17195 and PR#17200. * bug.report() did not do any validity checking on a package's BugReports field. It now ignores an empty field, removes leading whitespace and only attempts to open http:// and https:// URLs, falling back to emailing the maintainer. * Bandwidth selectors bw.ucv() and bw.SJ() gave incorrect answers or incorrectly reported an error (because of integer overflow) for inputs longer than 46341. Similarly for bw.bcv() at length 5793. Another possible integer overflow is checked and may result in an error report (rather than an incorrect result) for much longer inputs (millions for a smooth distribution). * findMethod() failed if the active signature had expanded beyond what a particular package used. (Example with packages XR and XRJulia on CRAN.) * qbeta() underflowed too early in some very asymmetric cases. (PR#17178) * R CMD Rd2pdf had problems with packages with non-ASCII titles in .Rd files (usually the titles were omitted).- upstream release 3.3.2 - Most important changes CHANGES IN R 3.3.2: NEW FEATURES: * extSoftVersion() now reports the version (if any) of the readline library in use. * The version of LAPACK included in the sources has been updated to 3.6.1, a bug-fix release including a speedup for the non-symmetric case of eigen(). * Use options(deparse.max.lines=) to limit the number of lines recorded in .Traceback and other deparsing activities. * format() looks more regular, also for non-character atomic matrices. * abbreviate() gains an option named = TRUE. * The online documentation for package methods is extensively rewritten. The goals are to simplify documentation for basic use, to note old features not recommended and to correct out-of-date information. * Calls to setMethod() no longer print a message when creating a generic function in those cases where that is natural: S3 generics and primitives. INSTALLATION and INCLUDED SOFTWARE: * Versions of the readline library >= 6.3 had been changed so that terminal window resizes were not signalled to readline: code has been added using a explicit signal handler to work around that (when R is compiled against readline >= 6.3). (PR#16604) * configure works better with Oracle Developer Studio 12.5. UTILITIES: * R CMD check reports more dubious flags in files src/Makevars[.in], including -w and -g. * R CMD check has been set up to filter important warnings from recent versions of gfortran with -Wall -pedantic: this now reports non-portable GNU extensions such as out-of-order declarations. * R CMD config works better with paths containing spaces, even those of home directories (as reported by Ken Beath). DEPRECATED AND DEFUNCT: * Use of the C/C++ macro NO_C_HEADERS is deprecated (no C headers are included by R headers from C++ as from R 3.3.0, so it should no longer be needed). BUG FIXES: * The check for non-portable flags in R CMD check could be stymied by src/Makevars files which contained targets. * (Windows only) When using certain desktop themes in Windows 7 or higher, Alt-Tab could cause Rterm to stop accepting input. (PR#14406; patch submitted by Jan Gleixner.) * pretty(d, ..) behaves better for date-time d (PR#16923). * When an S4 class name matches multiple classes in the S4 cache, perform a dynamic search in order to obey namespace imports. This should eliminate annoying messages about multiple hits in the class cache. Also, pass along the package from the ClassExtends object when looking up superclasses in the cache. * sample(NA_real_) now works. * Packages using non-ASCII encodings in their code did not install data properly on systems using different encodings. * merge(df1, df2) now also works for data frames with column names "na.last", "decreasing", or "method". (PR#17119) * contour() caused a segfault if the labels argument had length zero. (Reported by Bill Dunlap.) * unique(warnings()) works more correctly, thanks to a new duplicated.warnings() method. * findInterval(x, vec = numeric(), all.inside = TRUE) now returns 0s as documented. (Reported by Bill Dunlap.) * (Windows only) R CMD SHLIB failed when a symbol in the resulting library had the same name as a keyword in the .def file. (PR#17130) * pmax() and pmin() now work with (more ?) classed objects, such as "Matrix" from the Matrix package, as documented for a long time. * axis(side, x = D) and hence Axis() and plot() now work correctly for "Date" and time objects D, even when "time goes backward", e.g., with decreasing xlim. (Reported by William May.) * str(I(matrix(..))) now looks as always intended. * plot.ts(), the plot() method for time series, now respects cex, lwd and lty. (Reported by Greg Werbin.) * parallel::mccollect() now returns a named list (as documented) when called with wait = FALSE. (Reported by Michel Lang.) * If a package added a class to a class union in another package, loading the first package gave erroneous warnings about "undefined subclass". * c()'s argument use.names is documented now, as belonging to the (C internal) default method. In "parallel", argument recursive is also moved from the generic to the default method, such that the formal argument list of base generic c() is just (...). * rbeta(4, NA) and similarly rgamma() and rnbinom() now return NaN's with a warning, as other r(), and as documented. (PR#17155) * Using options(checkPackageLicense = TRUE) no longer requires acceptance of the licence for non-default standard packages such as compiler. (Reported by Mikko Korpela.) * split(, *) now works even when the split off parts are long. (PR#17139) * min() and max() now also work correctly when the argument list starts with character(0). (PR#17160) * Subsetting very large matrices (prod(dim(.)) >= 2^31) now works thanks to Michael Schubmehl's PR#17158. * bartlett.test() used residual sums of squares instead of variances, when the argument was a list of lm objects. (Reported by Jens Ledet Jensen). * plot(, which = *) now correctly labels the contour lines for the standardized residuals for which = 6. It also takes the correct p in case of singularities (also for which = 5). (PR#17161) * xtabs(~ exclude) no longer fails from wrong scope, thanks to Suharto Anggono's PR#17147. * Reference class calls to methods() did not re-analyse previously defined methods, meaning that calls to methods defined later would fail. (Reported by Charles Tilford). * findInterval(x, vec, left.open = TRUE) misbehaved in some cases. (Reported by Dmitriy Chernykh.)- Fix typo in Group tag.- upstream release 3.3.1 - Most important changes CHANGES IN R 3.3.1: BUG FIXES: * R CMD INSTALL and hence install.packages() gave an internal error installing a package called description from a tarball on a case-insensitive file system. * match(x, t) (and hence x %in% t) failed when x was of length one, and either character and x and t only differed in their Encoding or when x and t where complex with NAs or NaNs. (PR#16885.) * unloadNamespace(ns) also works again when ns is a 'namespace', as from getNamespace(). * rgamma(1,Inf) or rgamma(1, 0,0) no longer give NaN but the correct limit. * length(baseenv()) is correct now. * pretty(d, ..) for date-time d rarely failed when "halfmonth" time steps were tried (PR#16923) and on 'inaccurate' platforms such as 32-bit windows or a configuration with --disable-long-double; see comment #15 of PR#16761. * In text.default(x, y, labels), the rarely(?) used default for labels is now correct also for the case of a 2-column matrix x and missing y. * as.factor(c(a = 1L)) preserves names() again as in R < 3.1.0. * strtrim(""[0], 0[0]) now works. * Use of Ctrl-C to terminate a reverse incremental search started by Ctrl-R in the readline-based Unix terminal interface is now supported for readline >= 6.3 (Ctrl-G always worked). (PR#16603) * diff() now keeps the "units" attribute, as subtraction already did, PR#16940.- further cleanup of spec file. Removed unneeded explicit Requires for libcairo2/libfreetype6/liblzma5/libreadline6 Removed removal of backup file that was meanwhile removed upstream.- clean up of spec file after comments from Jan Engelhardt in https://build.opensuse.org/request/show/393426 Some unneeded explicit BuildRequires removed.- tre.patch was removed.- and libbz2-devel needed, too.- added BuildRequires: bzip2 for i586.- upstream release 3.3.0 CHANGES IN R 3.3.0: SIGNIFICANT USER-VISIBLE CHANGES: * nchar(x, *)'s argument keepNA governing how the result for NAs in x is determined, gets a new default keepNA = NA which returns NA where x is NA, except for type = "width" which still returns 2, the formatting / printing width of NA. * All builds have support for https: URLs in the default methods for download.file(), url() and code making use of them. Unfortunately that cannot guarantee that any particular https: URL can be accessed. For example, server and client have to successfully negotiate a cryptographic protocol (TLS/SSL, ...) and the server's identity has to be verifiable _via_ the available certificates. Different access methods may allow different protocols or use private certificate bundles: we encountered a https: CRAN mirror which could be accessed by one browser but not by another nor by download.file() on the same Linux machine. NEW FEATURES: * The print method for methods() gains a byclass argument. * New functions validEnc() and validUTF8() to give access to the validity checks for inputs used by grep() and friends. * Experimental new functionality for S3 method checking, notably isS3method(). Also, the names of the R 'language elements' are exported as character vector tools::langElts. * str(x) now displays "Time-Series" also for matrix (multivariate) time-series, i.e. when is.ts(x) is true. * (Windows only) The GUI menu item to install local packages now accepts *.tar.gz files as well as *.zip files (but defaults to the latter). * New programmeR's utility function chkDots(). * D() now signals an error when given invalid input, rather than silently returning NA. (Request of John Nash.) * formula objects are slightly more "first class": e.g., formula() or new("formula", y ~ x) are now valid. Similarly, for "table", "ordered" and "summary.table". Packages defining S4 classes with the above S3/S4 classes as slots should be reinstalled. * New function strrep() for repeating the elements of a character vector. * rapply() preserves attributes on the list when how = "replace". * New S3 generic function sigma() with methods for extracting the estimated standard deviation aka "residual standard deviation" from a fitted model. * news() now displays R and package news files within the HTML help system if it is available. If no news file is found, a visible NULL is returned to the console. * as.raster(x) now also accepts raw arrays x assuming values in 0:255. * Subscripting of matrix/array objects of type "expression" is now supported. * type.convert("i") now returns a factor instead of a complex value with zero real part and missing imaginary part. * Graphics devices cairo_pdf() and cairo_ps() now allow non-default values of the cairographics 'fallback resolution' to be set. This now defaults to 300 on all platforms: that is the default documented by cairographics, but apparently was not used by all system installations. * file() gains an explicit method argument rather than implicitly using getOption("url.method", "default"). * Thanks to a patch from Tomas Kalibera, x[x != 0] is now typically faster than x[which(x != 0)] (in the case where x has no NAs, the two are equivalent). * read.table() now always uses the names for a named colClasses argument (previously names were only used when colClasses was too short). (In part, wish of PR#16478.) * (Windows only) download.file() with default method = "auto" and a ftps:// URL chooses "libcurl" if that is available. * The out-of-the box Bioconductor mirror has been changed to one using https://: use chooseBioCmirror() to choose a http:// mirror if required. * The data frame and formula methods for aggregate() gain a drop argument. * available.packages() gains a repos argument. * The undocumented switching of methods for url() on https: and ftps: URLs is confined to method = "default" (and documented). * smoothScatter() gains a ret.selection argument. * qr() no longer has a ... argument to pass additional arguments to methods. * [ has a method for class "table". * It is now possible (again) to replayPlot() a display list snapshot that was created by recordPlot() in a different R session. It is still not a good idea to use snapshots as a persistent storage format for R plots, but it is now not completely silly to use a snapshot as a format for transferring an R plot between two R sessions. The underlying changes mean that packages providing graphics devices (e.g., Cairo, RSvgDevice, cairoDevice, tikzDevice) will need to be reinstalled. Code for restoring snapshots was contributed by Jeroen Ooms and JJ Allaire. Some testing code is available at . * tools::undoc(dir = D) and codoc(dir = D) now also work when D is a directory whose normalizePath()ed version does not end in the package name, e.g. from a symlink. * abbreviate() has more support for multi-byte character sets - it no longer removes bytes within characters and knows about Latin vowels with accents. It is still only really suitable for (most) European languages, and still warns on non-ASCII input. abbreviate(use.classes = FALSE) is now implemented, and that is more suitable for non-European languages. * match(x, table) is faster (sometimes by an order of magnitude) when x is of length one and incomparables is unchanged, thanks to Peter Haverty (PR#16491). * More consistent, partly not back-compatible behavior of NA and NaN coercion to complex numbers, operations less often resulting in complex NA (NA_complex_). * lengths() considers methods for length and [[ on x, so it should work automatically on any objects for which appropriate methods on those generics are defined. * The logic for selecting the default screen device on OS X has been simplified: it is now quartz() if that is available even if environment variable DISPLAY has been set by the user. The choice can easily be overridden _via_ environment variable R_INTERACTIVE_DEVICE. * On Unix-like platforms which support the getline C library function, system(*,intern = TRUE) no longer truncates (output) lines longer than 8192 characters, thanks to Karl Millar. (PR#16544) * rank() gains a ties.method = "last" option, for convenience (and symmetry). * regmatches(invert = NA) can now be used to extract both non-matched and matched substrings. * data.frame() gains argument fix.empty.names; as.data.frame.list() gets new cut.names, col.names and fix.empty.names. * plot(x ~ x, *) now warns that it is the same as plot(x ~ 1, *). * recordPlot() has new arguments load and attach to allow package names to be stored as part of a recorded plot. replayPlot() has new argument reloadPkgs to load/attach any package names that were stored as part of a recorded plot. * S4 dispatch works within calls to .Internal(). This means explicit S4 generics are no longer needed for unlist() and as.vector(). * Only font family names starting with "Hershey" (and not "Her" as before) are given special treatment by the graphics engine. * S4 values are automatically coerced to vector (via as.vector) when subassigned into atomic vectors. * findInterval() gets a left.open option. * The version of LAPACK included in the sources has been updated to 3.6.0, including those 'deprecated' routines which were previously included. _Ca_ 40 double-complex routines have been added at the request of a package maintainer. As before, the details of what is included are in src/modules/lapack/README and this now gives information on earlier additions. * tapply() has been made considerably more efficient without changing functionality, thanks to proposals from Peter Haverty and Suharto Anggono. (PR#16640) * match.arg(arg) (the one-argument case) is faster; so is sort.int(). (PR#16640) * The format method for object_size objects now also accepts "binary" units such as "KiB" and e.g., "Tb". (Partly from PR#16649.) * Profiling now records calls of the form foo::bar and some similar cases directly rather than as calls to . Contributed by Winston Chang. * New string utilities startsWith(x, prefix) and endsWith(x, suffix). Also provide speedups for some grepl("^...",*) uses (related to proposals in PR#16490). * Reference class finalizers run at exit, as well as on garbage collection. * Avoid parallel dependency on stats for port choice and random number seeds. (PR#16668) * The radix sort algorithm and implementation from data.table (forder) replaces the previous radix (counting) sort and adds a new method for order(). Contributed by Matt Dowle and Arun Srinivasan, the new algorithm supports logical, integer (even with large values), real, and character vectors. It outperforms all other methods, but there are some caveats (see ?sort). * The order() function gains a method argument for choosing between "shell" and "radix". * New function grouping() returns a permutation that stably rearranges data so that identical values are adjacent. The return value includes extra partitioning information on the groups. The implementation came included with the new radix sort. * rhyper(nn, m, n, k) no longer returns NA when one of the three parameters exceeds the maximal integer. * switch() now warns when no alternatives are provided. * parallel::detectCores() now has default logical = TRUE on all platforms - as this was the default on Windows, this change only affects Sparc Solaris. Option logical = FALSE is now supported on Linux and recent versions of OS X (for the latter, thanks to a suggestion of Kyaw Sint). * hist() for "Date" or "POSIXt" objects would sometimes give misleading labels on the breaks, as they were set to the day before the start of the period being displayed. The display format has been changed, and the shift of the start day has been made conditional on right = TRUE (the default). (PR#16679) * R now uses a new version of the logo (donated to the R Foundation by RStudio). It is defined in .svg format, so will resize without unnecessary degradation when displayed on HTML pages-there is also a vector PDF version. Thanks to Dirk Eddelbuettel for producing the corresponding X11 icon. * New function .traceback() returns the stack trace which traceback() prints. * lengths() dispatches internally. * dotchart() gains a pt.cex argument to control the size of points separately from the size of plot labels. Thanks to Michael Friendly and Milan Bouchet-Valat for ideas and patches. * as.roman(ch) now correctly deals with more diverse character vectors ch; also arithmetic with the resulting roman numbers works in more cases. (PR#16779) * prcomp() gains a new option rank. allowing to directly aim for less than min(n,p) PC's. The summary() and its print() method have been amended, notably for this case. * gzcon() gains a new option text, which marks the connection as text-oriented (so e.g. pushBack() works). It is still always opened in binary mode. * The import() namespace directive now accepts an argument except which names symbols to exclude from the imports. The except expression should evaluate to a character vector (after substituting symbols for strings). See Writing R Extensions. * New convenience function Rcmd() in package tools for invoking R CMD tools from within R. * New functions makevars_user() and makevars_site() in package tools to determine the location of the user and site specific Makevars files for customizing package compilation.- CHANGES IN R 3.2.5: BUG FIXES: • format.POSIXlt() behaved incorrectly in R 3.2.4. E.g. the output of format(as.POSIXlt(paste0(1940:2000,"-01-01"), tz = "CET"), usetz = TRUE) ended in two "CEST" time formats. • A typo in the Makefile for src/extra/xz prevented builds of liblzma.a. (Notice that this will become unbundled in 3.3.0.)- upstrem releases minorst bug fix release NEWS: The 3.2.4 release had two annoyances which we would rather not have in an "ultra-stable" release, designed to hang around for the duration of the 3.3 series. One was a relatively minor Makefile issue affecting system using R's bundled lzma library. The other, rather more serious, affected printing and formatting of POSIXlt objects, which would unpredictably get the Daylight Savings Time wrong.- Some version numbers of recommended packages corrected- Release numbers for sub-packages improved- added MakefileTypo.patch to enable building for 12.2 was a one charcter show stopper- upstream release 3.2.4, only minor improvements CHANGES IN R 3.2.4: NEW FEATURES: • install.packages() and related functions now give a more informative warning when an attempt is made to install a base package. • summary(x) now prints with less rounding when x contains infinite values. (Request of PR#16620.) • provideDimnames() gets an optional unique argument. • shQuote() gains type = "cmd2" for quoting in cmd.exe in Windows. (Response to PR#16636.) • The data.frame method of rbind() gains an optional argument stringsAsFactors (instead of only depending on getOption("stringsAsFactors")). • smooth(x, *) now also works for long vectors. • tools::texi2dvi() has a workaround for problems with the texi2dvi script supplied by texinfo 6.1. It extracts more error messages from the LaTeX logs when in emulation mode. UTILITIES: • R CMD check will leave a log file build_vignettes.log from the re-building of vignettes in the .Rcheck directory if there is a problem, and always if environment variable _R_CHECK_ALWAYS_LOG_VIGNETTE_OUTPUT_ is set to a true value. DEPRECATED AND DEFUNCT: • Use of SUPPORT_OPENMP from header Rconfig.h is deprecated in favour of the standard OpenMP define _OPENMP. (This has been the recommendation in the manual for a while now.) • The make macro AWK which is long unused by R itself but recorded in file etc/Makeconf is deprecated and will be removed in R 3.3.0. • The C header file S.h is no longer documented: its use should be replaced by R.h.- The big split up. What was a monolithic R-base*rpm now is divided over 30 something packages, with the following layout. R-base-3.2.3: dummy packages, contains all of R Use R-base, if you don´t have a good understandig what it means to install only parts of it! R-base-devel-3.2.3: dummy, contains R-core-devel R-core-3.2.3: R core, no packages at all R-core-devel-3.2.3: devel files R-core-libs-3.2.3: contains Rlib R-core-doc-3.2.3: all the documentation of R-core R-core-packages-3.2.3: dummy package to load all core packages, that are R-compiler-3.2.3, R-datasets-3.2.3, R-grDevices-3.2.3, R-graphics-3.2.3, R-grid-3.2.3, R-methods-3.2.3, R-parallel-3.2.3, R-splines-3.2.3, R-stats-3.2.3, R-stats4-3.2.3, R-tcltk-3.2.3, R-tools-3.2.3, R-utils-3.2.3. Each of these packages may be installed alone. R-recommended-packages-3.2.3: dummy package to load all recommeded packages, that are R-boot-1.3.17, R-class-7.3.14, R-cluster-2.0.3, R-codetools-0.2.14, R-foreign-0.8.66, R-KernSmooth-2.23.15, R-lattice-0.20.33, R-MASS-7.3.45, R-Matrix-1.2.3, R-Matrix-devel-1.2.3, R-mgcv-1.8.9, R-nlme-3.1.122, R-nnet-7.3.11, R-rpart-4.1.10, R-spatial-7.3.11, R-survival-2.38.3. Each of these packages may be installed alone.- Upstream release R-3.2.3 CHANGES IN R 3.2.3: NEW FEATURES: * Some recently-added Windows time zone names have been added to the conversion table used to convert these to Olson names. (Including those relating to changes for Russia in Oct 2014, as in PR#16503.) * (Windows) Compatibility information has been added to the manifests for Rgui.exe, Rterm.exe and Rscript.exe. This should allow win.version() and Sys.info() to report the actual Windows version up to Windows 10. * Windows "wininet" FTP first tries EPSV / PASV mode rather than only using active mode (reported by Dan Tenenbaum). * which.min(x) and which.max(x) may be much faster for logical and integer x and now also work for long vectors. * The 'emulation' part of tools::texi2dvi() has been somewhat enhanced, including supporting quiet = TRUE. It can be selected by texi2dvi = "emulation". (Windows) MiKTeX removed its texi2dvi.exe command in Sept 2015: tools::texi2dvi() tries texify.exe if it is not found. * (Windows only) Shortcuts for printing and saving have been added to menus in Rgui.exe. (Request of PR#16572.) * loess(..., iterTrace=TRUE) now provides diagnostics for robustness iterations, and the print() method for summary() shows slightly more. * The included version of PCRE has been updated to 8.38, a bug-fix release. * View() now displays nested data frames in a more friendly way. (Request with patch in PR#15915.) INSTALLATION and INCLUDED SOFTWARE: * The included configuration code for libintl has been updated to that from gettext version 0.19.5.1 - this should only affect how an external library is detected (and the only known instance is under OpenBSD). (Wish of PR#16464.) * configure has a new argument --disable-java to disable the checks for Java. * The configure default for MAIN_LDFLAGS has been changed for the FreeBSD, NetBSD and Hurd OSes to one more likely to work with compilers other than gcc (FreeBSD 10 defaults to clang). * configure now supports the OpenMP flags -fopenmp=libomp (clang) and -qopenmp (Intel C). * Various macros can be set to override the default behaviour of configure when detecting OpenMP: see file config.site. * Source installation on Windows has been modified to allow for MiKTeX installations without texi2dvi.exe. See file MkRules.dist. BUG FIXES: * regexpr(pat, x, perl = TRUE) with Python-style named capture did not work correctly when x contained NA strings. (PR#16484) * The description of dataset ToothGrowth has been improved/corrected. (PR#15953) * model.tables(type = "means") and hence TukeyHSD() now support "aov" fits without an intercept term. (PR#16437) * close() now reports the status of a pipe() connection opened with an explicit open argument. (PR#16481) * Coercing a list without names to a data frame is faster if the elements are very long. (PR#16467) * (Unix-only) Under some rare circumstances piping the output from Rscript or R -f could result in attempting to close the input file twice, possibly crashing the process. (PR#16500) * (Windows) Sys.info() was out of step with win.version() and did not report Windows 8. * topenv(baseenv()) returns baseenv() again as in R 3.1.0 and earlier. This also fixes compilerJIT(3) when used in .Rprofile. * detach()ing the methods package keeps .isMethodsDispatchOn() true, as long as the methods namespace is not unloaded. * Removed some spurious warnings from configure about the preprocessor not finding header files. (PR#15989) * rchisq(*, df=0, ncp=0) now returns 0 instead of NaN, and dchisq(*, df=0, ncp=*) also no longer returns NaN in limit cases (where the limit is unique). (PR#16521) * pchisq(*, df=0, ncp > 0, log.p=TRUE) no longer underflows (for ncp > ~60). * nchar(x, "w") returned -1 for characters it did not know about (e.g. zero-width spaces): it now assumes 1. It now knows about most zero-width characters and a few more double-width characters. * Help for which.min() is now more precise about behavior with logical arguments. (PR#16532) * The print width of character strings marked as "latin1" or "bytes" was in some cases computed incorrectly. * abbreviate() did not give names to the return value if minlength was zero, unlike when it was positive. * (Windows only) dir.create() did not always warn when it failed to create a directory. (PR#16537) * When operating in a non-UTF-8 multibyte locale (e.g. an East Asian locale on Windows), grep() and related functions did not handle UTF-8 strings properly. (PR#16264) * read.dcf() sometimes misread lines longer than 8191 characters. (Reported by Herv'e Pag`es with a patch.) * within(df, ..) no longer drops columns whose name start with a ".". * The built-in HTTP server converted entire Content-Type to lowercase including parameters which can cause issues for multi-part form boundaries (PR#16541). * Modifying slots of S4 objects could fail when the methods package was not attached. (PR#16545) * splineDesign(*, outer.ok=TRUE) (splines) is better now (PR#16549), and interpSpline() now allows sparse=TRUE for speedup with non-small sizes. * If the expression in the traceback was too long, traceback() did not report the source line number. (Patch by Kirill M"uller.) * The browser did not truncate the display of the function when exiting with options("deparse.max.lines") set. (PR#16581) * When bs(*, Boundary.knots=) had boundary knots inside the data range, extrapolation was somewhat off. (Patch by Trevor Hastie.) * var() and hence sd() warn about factor arguments which are deprecated now. (PR#16564) * loess(*, weights = *) stored wrong weights and hence gave slightly wrong predictions for newdata. (PR#16587) * aperm(a, *) now preserves names(dim(a)). * poly(x, ..) now works when either raw=TRUE or coef is specified. (PR#16597) * data(package=*) is more careful in determining the path. * prettyNum(*, decimal.mark, big.mark): fixed bug introduced when fixing PR#16411.- Reverse the whole split. Back to the big package. Had user reports of broken installations. R-base, R-base-devel and R-base-libs are provided for now. The big split will come for 3.3.0- R-base was changed from a giant monolith to thirty-some packages. There were requests to use the libs without the interpreter. Furthermore it is now possible to use a frugal installation of R. The following binaries are built now: R-base-3.2.2-5.1.x86_64.rpm : A Meta-package. Use this, and it looks just like it looked the last 10 years. Requires base and recommended packages. R-base-devel-3.2.2-5.1.x86_64.rpm: Just for backward compatibility. R-core-3.2.2-5.1.x86_64.rpm R-core-libs-3.2.2-5.1.x86_64.rpm R-core-devel-3.2.2-5.1.x86_64.rpm : The R-core packages install a bare-bones R. No packages inculded. R-grid-3.2.2-5.1.x86_64.rpm R-graphics-3.2.2-5.1.x86_64.rpm R-grDevices-3.2.2-5.1.x86_64.rpm R-datasets-3.2.2-5.1.x86_64.rpm R-stats4-3.2.2-5.1.x86_64.rpm R-methods-3.2.2-5.1.x86_64.rpm R-tcltk-3.2.2-5.1.x86_64.rpm R-compiler-3.2.2-5.1.x86_64.rpm R-parallel-3.2.2-5.1.x86_64.rpm R-splines-3.2.2-5.1.x86_64.rpm R-stats-3.2.2-5.1.x86_64.rpm R-utils-3.2.2-5.1.x86_64.rpm R-tools-3.2.2-5.1.x86_64.rpm : All the base packages. R-recommended-3.2.2-5.1.x86_64.rpm : A meta-package including all recommended packages. R-cluster-2.0.3-5.1.x86_64.rpm R-nlme-3.1.121-5.1.x86_64.rpm R-lattice-0.20.33-5.1.x86_64.rpm R-class-7.3.13-5.1.x86_64.rpm R-Matrix-devel-1.2.2-5.1.x86_64.rpm R-codetools-0.2.14-5.1.x86_64.rpm R-survival-2.38.3-5.1.x86_64.rpm R-rpart-4.1.10-5.1.x86_64.rpm R-MASS-7.3.43-5.1.x86_64.rpm R-mgcv-1.8.7-5.1.x86_64.rpm R-foreign-0.8.65-5.1.x86_64.rpm R-nnet-7.3.10-5.1.x86_64.rpm R-Matrix-1.2.2-5.1.x86_64.rpm R-boot-1.3.17-5.1.x86_64.rpm R-KernSmooth-2.23.15-5.1.x86_64.rpm R-spatial-7.3.10-5.1.x86_64.rpm : All recommended packaged. Note: They now have their own version numbers, so it should be much easier to use newer Versions of the recommended packages. And the source RPM for all the above. R-base-3.2.2-5.1.src.rpm- Disable building man files for openSUSE:42.- Upstream release 3.2.2 - Most important CHANGES IN R 3.2.2: SIGNIFICANT USER-VISIBLE CHANGES: * It is now easier to use secure downloads from https:// URLs on builds which support them: no longer do non-default options need to be selected to do so. In particular, packages can be installed from repositories which offer https:// URLs, and those listed by setRepositories() now do so (for some of their mirrors). Support for https:// URLs is available on Windows, and on other platforms if support for libcurl was compiled in and if that supports the https protocol (system installations can be expected to do). So https:// support can be expected except on rather old OSes (an example being OS X 'Snow Leopard', where a non-system version of libcurl can be used). (Windows only) The default method for accessing URLs _via_ download.file() and url() has been changed to be "wininet" using Windows API calls. This changes the way proxies need to be set and security settings made: there have been some reports of sites being inaccessible under the new default method (but the previous methods remain available). NEW FEATURES: * cmdscale() gets new option list. for increased flexibility when a list should be returned. * configure now supports texinfo version 6.0, which (unlike the change from 4.x to 5.0) is a minor update. (Wish of PR#16456.) * (Non-Windows only) download.file() with default method = "auto" now chooses "libcurl" if that is available and a https:// or ftps:// URL is used. * (Windows only) setInternet2(TRUE) is now the default. The command-line option --internet2 and environment variable R_WIN_INTERNET2 are now ignored. Thus by default the "internal" method for download.file() and url() uses the "wininet" method: to revert to the previous default use setInternet2(FALSE). This means that https:// can be read by default by download.file() (they have been readable by file() and url() since R 3.2.0). There are implications for how proxies need to be set (see ?download.file): also, cacheOK = FALSE is not supported. * chooseCRANmirror() and chooseBioCmirror() now offer HTTPS mirrors in preference to HTTP mirrors. This changes the interpretation of their ind arguments: see their help pages. * capture.output() gets optional arguments type and split to pass to sink(), and hence can be used to capture messages. C-LEVEL FACILITIES: * Header Rconfig.h now defines HAVE_ALLOCA_H if the platform has the alloca.h header (it is needed to define alloca on Solaris and AIX, at least: see 'Writing R Extensions' for how to use it). INSTALLATION and INCLUDED SOFTWARE: * The libtool script generated by configure has been modified to support FreeBSD >= 10 (PR#16410). BUG FIXES: * The HTML help page links to demo code failed due to a change in R 3.2.0. (PR#16432) * If the na.action argument was used in model.frame(), the original data could be modified. (PR#16436) * getGraphicsEvent() could cause a crash if a graphics window was closed while it was in use. (PR#16438) * matrix(x, nr, nc, byrow = TRUE) failed if x was an object of type "expression". * strptime() could overflow the allocated storage on the C stack when the timezone had a non-standard format much longer than the standard formats. (Part of PR#16328.) * options(OutDec = s) now signals a warning (which will become an error in the future) when s is not a string with exactly one character, as that has been a documented requirement. * prettyNum() gains a new option input.d.mark which together with other changes, e.g., the default for decimal.mark, fixes some format()ting variants with non-default getOption("OutDec") such as in PR#16411. * download.packages() failed for type equal to either "both" or "binary". (Reported by Dan Tenenbaum.) * The dendrogram method of labels() is much more efficient for large dendrograms, now using rapply(). (Comment #15 of PR#15215) * The "port" algorithm of nls() could give spurious errors. (Reported by Radford Neal.) * Reference classes that inherited from reference classes in another package could invalidate methods of the inherited class. Fixing this requires adding the ability for methods to be "external", with the object supplied explicitly as the first argument, named .self. See "Inter-Package Superclasses" in the documentation. * readBin() could fail on the SPARC architecture due to alignment issues. (Reported by Radford Neal.) * qt(*, df=Inf, ncp=.) now uses the natural qnorm() limit instead of returning NaN. (PR#16475) * Auto-printing of S3 and S4 values now searches for print() in the base namespace and show() in the methods namespace instead of searching the global environment. * polym() gains a coefs = NULL argument and returns class "poly" just like poly() which gets a new simple=FALSE option. They now lead to correct predict()ions, e.g., on subsets of the original data. * rhyper(nn, ) now works correctly. (PR#16489) * ttkimage() did not (and could not) work so was removed. Ditto for tkimage.cget() and tkimage.configure(). Added two Ttk widgets and missing subcommands for Tk's image command: ttkscale(), ttkspinbox(), tkimage.delete(), tkimage.height(), tkimage.inuse(), tkimage.type(), tkimage.types(), tkimage.width(). (PR#15372, PR#16450) * getClass("foo") now also returns a class definition when it is found in the cache more than once.- Upstream release 3.2.1 - Improvement of build: include libcurl and texlive-dvips/ texlive-hevetic - Most important CHANGES IN R 3.2.1: NEW FEATURES: * utf8ToInt() now checks that its input is valid UTF-8 and returns NA if it is not. * install.packages() now allows type = "both" with repos = NULL if it can infer the type of file. * nchar(x, *) and nzchar(x) gain a new argument keepNA which governs how the result for NAs in x is determined. For the R 3.2.x series, the default remains FALSE which is fully back compatible. From R 3.3.0, the default will change to keepNA = NA and you are advised to consider this for code portability. * news() more flexibly extracts dates from package NEWS.Rd files. * lengths(x) now also works (trivially) for atomic x and hence can be used more generally as an efficient replacement of sapply(x, length) and similar. * The included version of PCRE has been updated to 8.37, a bug-fix release. * diag() no longer duplicates a matrix when extracting its diagonal. * as.character.srcref() gains an argument to allow characters corresponding to a range of source references to be extracted. BUG FIXES: * acf() and ccf() now guarantee values strictly in [-1,1] (instead of sometimes very slightly outside). PR#15832. * as.integer("111111111111") now gives NA (with a warning) as it does for the corresponding numeric or negative number coercions. Further, as.integer(M + 0.1) now gives M (instead of NA) when M is the maximal representable integer. * On some platforms nchar(x, "c") and nchar(x, "w") would return values (possibly NA) for inputs which were declared to be UTF-8 but were not, or for invalid strings without a marked encoding in a multi-byte locale, rather than give an error. Additional checks have been added to mitigate this. * apply(a, M, function(u) c(X = ., Y = .)) again has dimnames containing "X" and "Y" (as in R < 3.2.0). * (Windows only) In some cases, the --clean option to R CMD INSTALL could fail. (PR#16178) * (Windows only) choose.files() would occasionally include characters from the result of an earlier call in the result of a later one. (PR#16270) * A change in RSiteSearch() in R 3.2.0 caused it to submit invalid URLs. (PR#16329) * Rscript and command line R silently ignored incomplete statements at the end of a script; now they are reported as parse errors. (PR#16350) * Parse data for very long strings was not stored. (PR#16354) * plotNode(), the workhorse of the plot method for "dendrogram"s is no longer recursive, thanks to Suharto Anggono, and hence also works for deeply nested dendrograms. (PR#15215) * The parser could overflow internally when given numbers in scientific format with extremely large exponents. (PR#16358) * If the CRAN mirror was not set, install.packages(type = "both") and related functions could repeatedly query the user for it. (Part of PR#16362) * The low-level functions .rowSums() etc. did not check the length of their argument, so could segfault. (PR#16367) * The quietly argument of library() is now correctly propagated from .getRequiredPackages2(). * Under some circumstances using the internal PCRE when building R fron source would cause external libs such as -llzma to be omitted from the main link. * The .Primitive default methods of the logic operators, i.e., !, & and |, now give correct error messages when appropriate, e.g., for `&`(TRUE) or `!`(). (PR#16385) * cummax(x) now correctly propagates NAs also when x is of type integer and begins with an NA. * summaryRprof() could fail when the profile contained only two records. (PR#16395) * HTML vignettes opened using vignette() did not support links into the rest of the HTML help system. (Links worked properly when the vignette was opened using browseVignettes() or from within the help system.) * arima(*, xreg = .) (for d >= 1) computes estimated variances based on a the number of effective observations as in R version 3.0.1 and earlier. (PR#16278) * slotNames(.) is now correct for "signature" objects (mostly used internally in methods). * On some systems, the first string comparison after a locale change would result in NA.- Upstream release 3.2.0 - Most important CHANGES IN 3.2.0: NEW FEATURES: * anyNA() gains a recursive argument. * When x is missing and names is not false (including the default value), Sys.getenv(x, names) returns an object of class "Dlist" and hence prints tidily. * (Windows.) shell() no longer consults the environment variable SHELL: too many systems have been encountered where it was set incorrectly (usually to a path where software was compiled, not where it was installed). R_SHELL, the preferred way to select a non-default shell, can be used instead. * Some unusual arguments to embedFonts() can now be specified as character vectors, and the defaults have been changed accordingly. * Functions in the Summary group duplicate less. (PR#15798) * (Unix-alikes.) system(cmd, input = ) now uses 'shell-execution-environment' redirection, which will be more natural if cmd is not a single command (but requires a POSIX-compliant shell). (Wish of PR#15508) * read.fwf() and read.DIF() gain a fileEncoding argument, for convenience. * Graphics devices can add attributes to their description in .Device and .Devices. Several of those included with R use a "filepath" attribute. * pmatch() uses hashing in more cases and so is faster at the expense of using more memory. (PR#15697) * pairs() gains new arguments to select sets of variables to be plotted against each other. * file.info(, extra_cols = FALSE) allows a minimal set of columns to be computed on Unix-alikes: on some systems without properly-configured caching this can be significantly faster with large file lists. * New function dir.exists() in package base to test efficiently whether one or more paths exist and are directories. * dput() and friends gain new controls hexNumeric and digits17 which output double and complex quantities as, respectively, binary fractions (exactly, see sprintf("%a")) and as decimals with up to 17 significant digits. * save(), saveRDS() and serialize() now support ascii = NA which writes ASCII files using sprintf("%a") for double/complex quantities. This is read-compatible with ascii = TRUE but avoids binary->decimal->binary conversions with potential loss of precision. Unfortunately the Windows C runtime's lack of C99 compliance means that the format cannot be read correctly there in R before 3.1.2. * The default for formatC(decimal.mark =) has been changed to be getOption("OutDec"); this makes it more consistent with format() and suitable for use in print methods, e.g. those for classes "density", "ecdf", "stepfun" and "summary.lm". getOption("OutDec") is now consulted by the print method for class "kmeans", by cut(), dendrogram(), plot.ts() and quantile() when constructing labels and for the report from legend(trace = TRUE). (In part, wish of PR#15819.) * printNum() and hence format() and formatC() give a warning if big.mark and decimal.mark are set to the same value (period and comma are not uncommonly used for each, and this is a check that conventions have not got mixed). * merge() can create a result which uses long vectors on 64-bit platforms. * dget() gains a new argument keep.source which defaults to FALSE for speed (dput() and dget() are most often used for data objects where this can make dget() many times faster). * Packages may now use a file of common macro definitions in their help files, and may import definitions from other packages. * A number of macros have been added in the new share/Rd directory for use in package overview help pages, and promptPackage() now makes use of them. * tools::parse_Rd() gains a new permissive argument which converts unrecognized macros into text. This is used by utils:::format.bibentry to allow LaTeX markup to be ignored. * options(OutDec =) can now specify a multi-byte character, e.g., options(OutDec = "\u00b7") in a UTF-8 locale. * is.recursive(x) is no longer true when x is an external pointer, a weak reference or byte code; the first enables all.equal(x, x) when x <- getClass(.). * ls() (aka objects()) and as.list.environment() gain a new argument sorted. * The "source" attribute (which has not been added to functions by R since before R version 2.14.0) is no longer treated as special. * Function returnValue() has been added to give on.exit() code access to a function's return value for debugging purposes. * crossprod(x, y) allows more matrix coercions when x or y are vectors, now equalling t(x) %*% y in these cases (also reported by Radford Neal). Similarly, tcrossprod(x,y) and %*% work in more cases with vector arguments. * Utility function dynGet() useful for detecting cycles, aka infinite recursions. * The byte-code compiler and interpreter include new instructions that allow many scalar subsetting and assignment and scalar arithmetic operations to be handled more efficiently. This can result in significant performance improvements in scalar numerical code. * apply(m, 2, identity) is now the same as the matrix m when it has _named_ row names. * A new function debuggingState() has been added, allowing to temporarily turn off debugging. * example() gets a new optional argument run.donttest and tools::Rd2ex() a corresponding commentDonttest, with a default such that example(..) in help examples will run \donttest code only if used interactively (a change in behaviour). * rbind.data.frame() gains an optional argument make.row.names, for potential speedup. * New function extSoftVersion() to report on the versions of third-party software in use in this session. Currently reports versions of zlib, bzlib, the liblzma from xz, PCRE, ICU, TRE and the iconv implementation. A similar function grSoftVersion() in package grDevices reports on third-party graphics software. Function tcltk::tclVersion() reports the Tcl/Tk version. * Calling callGeneric() without arguments now works with primitive generics to some extent. * vapply(x, FUN, FUN.VALUE) is more efficient notably for large length(FUN.VALUE); as extension of PR#16061. * as.table() now allows tables with one or more dimensions of length 0 (such as as.table(integer())). * names(x) <- NULL now clears the names of call and ... objects. * library() will report a warning when an insufficient dependency version is masking a sufficient one later on the library search path. * A new plot() method for class "raster" has been added. * New check_packages_in_dir_changes() function in package tools for conveniently analyzing how changing sources impacts the check results of their reverse dependencies. * Speed-up from Peter Haverty for ls() and methods:::.requirePackage() speeding up package loading. (PR#16133) * New get0() function, combining exists() and get() in one call, for efficiency. * match.call() gains an envir argument for specifying the environment from which to retrieve the ... in the call, if any; this environment was wrong (or at least undesirable) when the definition argument was a function. * topenv() has been made .Internal() for speedup, based on Peter Haverty's proposal in PR#16140. * getOption() no longer calls options() in the main case. * Optional use of libcurl (version 7.28.0 from Oct 2012 or later) for Internet access: * capabilities("libcurl") reports if this is available. * libcurlVersion() reports the version in use, and other details of the "libcurl" build including which URL schemes it supports. * curlGetHeaders() retrieves the headers for http://, https://, ftp:// and ftps:// URLs: analysis of these headers can provide insights into the `existence' of a URL (it might for example be permanently redirected) and is so used in R CMD check --as-cran. * download.file() has a new optional method "libcurl" which will handle more URL schemes, follow redirections, and allows simultaneous downloads of multiple URLs. * url() has a new method "libcurl" which handles more URL schemes and follows redirections. The default method is controlled by a new option url.method, which applies also to the opening of URLs _via_ file() (which happens implicitly in functions such as read.table.) * When file() or url() is invoked with a https:// or ftps:// URL which the current method cannot handle, it switches to a suitable method if one is available. * (Windows.) The DLLs internet.dll and internet2.dll have been merged. In this version it is safe to switch (repeatedly) between the internal and Windows internet functions within an R session. The Windows internet functions are still selected by flag - -internet2 or setInternet2(). This can be overridden for an url() connection _via_ its new method argument. download.file() has new method "wininet", selected as the default by --internet2 or setInternet2(). * parent.env<- can no longer modify the parent of a locked namespace or namespace imports environment. Contributed by Karl Millar. * New function isLoadedNamespace() for readability and speed. * names(env) now returns all the object names of an environment env, equivalently to ls(env, all.names = TRUE, sorted = FALSE) and also to the names of the corresponding list, names(as.list(env, all.names = TRUE)). Note that although names() returns a character vector, the names have no particular ordering. * The memory manager now grows the heap more aggressively. This reduces the number of garbage collections, in particular while data or code are loaded, at the expense of slightly increasing the memory footprint. * New function trimws() for removing leading/trailing whitespace. * cbind() and rbind() now consider S4 inheritance during S3 dispatch and also obey deparse.level. * cbind() and rbind() will delegate recursively to methods::cbind2 (methods::rbind2) when at least one argument is an S4 object and S3 dispatch fails (due to ambiguity). * (Windows.) download.file(quiet = FALSE) now uses text rather than Windows progress bars in non-interactive use. * New function hsearch_db() in package utils for building and retrieving the help search database used by help.search(), along with functions for inspecting the concepts and keywords in the help search database. * New function .getNamespaceInfo(), a no-check version of getNamespaceInfo() mostly for internal speedups. * The help search system now takes \keyword entries in Rd files which are not standard keywords (as given in KEYWORDS in the R documentation directory) as concepts. For standard keyword entries the corresponding descriptions are additionally taken as concepts. * New lengths() function for getting the lengths of all elements in a list. * New function toTitleCase() in package tools, tailored to package titles. * The matrix methods of cbind() and rbind() allow matrices as inputs which have 2^31 or more elements. (For cbind(), wish of PR#16198.) * The default method of image() has an explicit check for a numeric or logical matrix (which was always required). * URLencode() will not by default encode further URLs which appear to be already encoded. * BIC(mod) and BIC(mod, mod2) now give non-NA numbers for arima() fitted models, as nobs(mod) now gives the number of "used" observations for such models. This fixes PR#16198, quite differently than proposed there. * The print() methods for "htest", "pairwise.htest" and "power.htest" objects now have a digits argument defaulting to (a function of) getOption("digits"), and influencing all printed numbers coherently. Unavoidably, this changes the display of such test results in some cases. * Code completion for namespaces now recognizes all loaded namespaces, rather than only the ones that are also attached. * The code completion mechanism can now be replaced by a user-specified completer function, for (temporary) situations where the usual code completion is inappropriate. * unzip() will now warn if it is able to detect truncation when unpacking a file of 4GB or more (related to PR#16243). * methods() reports S4 in addition to S3 methods; output is simplified when the class argument is used. .S3methods() and methods::.S4methods() report S3 and S4 methods separately. * Higher order functions such as the apply functions and Reduce() now force arguments to the functions they apply in order to eliminate undesirable interactions between lazy evaluation and variable capture in closures. This resolves PR#16093. INSTALLATION and INCLUDED SOFTWARE: * The \donttest sections of R's help files can be tested by make check TEST_DONTTEST=TRUE . * It is possible to request the use of system valgrind headers _via_ configure option --with-system-valgrind-headers: note the possible future incompatibility of such headers discussed in the 'R Installation and Administration' manual. (Wish of PR#16068.) * The included version of liblzma has been updated to xz-utils 5.0.7 (minor bug fixes from 5.0.5). * configure options --with-system-zlib, --with-system-bzlib and - -with-system-pcre are now the default. For the time being there is fallback to the versions included in the R sources if no system versions are found or (unlikely) if they are too old. Linux users should check that the -devel or -dev versions of packages zlib, bzip2/libbz2 and pcre as well as xz-devel/liblzma-dev (or similar names) are installed. * configure by default looks for the texi2any script from texinfo 5.1 or later, rather than the makeinfo program. (makeinfo is a link to the Perl script texi2any in texinfo 5.x.) * R CMD INSTALL gains an option --built-timestamp=STAMP allowing 100% reproducible package building, thanks to Dirk Eddelbuettel. UTILITIES: * There is support for testing the \dontrun and \donttest parts of examples in packages. tools::testInstalledPackage() accepts new arguments commentDontrun = FALSE and commentDonttest = FALSE. R CMD check gains options --run-dontrun and --run-donttest. * The HTML generated by tools::Rd2HTML() and tools::toHTML() methods is now 'XHTML 1.0 Strict'. * The compiler package's utility function setCompilerOptions() now returns the old values invisibly. The initial optimization level can also be set with the environment variable R_COMPILER_OPTIMIZE. * R CMD build adds a NeedsCompilation field if one is not already present in the DESCRIPTION file. * R CMD check gains option --test-dir to specify an alternative set of tests to run. * R CMD check will now by default continue with testing after many types of errors, and will output a summary count of errors at the end if any have occurred. * R CMD check now checks that the Title and Description fields are correctly terminated. * R CMD check --as-cran now: * checks a README.md file can be processed: this needs pandoc installed. * checks the existence and accessibility of URLs in the DESCRIPTION, CITATION, NEWS.Rd and README.md files and in the help files (provided the build has libcurl support). * reports non-ASCII characters in R source files when there is no package encoding declared in the DESCRIPTION file. * reports (apparent) S3 methods exported but not registered. * reports overwriting registered S3 methods from base/recommended packages. (Such methods are replaced in the affected package for the rest of the session, even if the replacing namespace is unloaded.) * reports if the Title field does not appear to be in title case (see 'Writing R Extensions': there may be false positives, but note that technical words should be single-quoted and will then be accepted). Most of these checks can also be selected by environment variables: see the 'R Internals' manual. C-LEVEL FACILITIES: * New C API utility logspace_sum(logx[], n). * Entry points rbinom_mu, rnbinom_mu and rmultinom are remapped (by default) to Rf_rbinom_mu etc. This requires packages using them to be re-installed. * .C(DUP = FALSE) and .Fortran(DUP = FALSE) are now ignored, so arguments are duplicated if DUP = TRUE would do so. As their help has long said, .Call() is much preferred. * New entry point R_allocLD, like R_alloc but guaranteed to have sufficient alignment for long double pointers. * isPairList() now returns TRUE for DOTSXP. WINDOWS BUILD CHANGES: A number of changes to the Windows build system are in development. The following are currently in place. * Installation using external binary distributions of zlib, bzip2, liblzma, pcre, libpng, jpeglib and libtiff is now required, and the build instructions have been revised. * A new make target rsync-extsoft has been added to obtain copies of the external libraries from CRAN. * Building the manuals now requires texi2any from texinfo 5.1 or later. CRAN binary builds include the manuals, but by default builds from source will not, and they will be accessed from CRAN. See the comments in src/gnuwin32/MkRules.dist for how to specify the location of texi2any. * (Windows) Changes have been made to support an experimental Windows toolchain based on GCC 4.9.2. The default toolchain continues to be based on GCC 4.6.3, as the new toolchain is not yet stable enough. A change to a new toolchain is expected during the R 3.2.x lifetime. PACKAGE INSTALLATION: * (Windows) The use of macro ZLIB_LIBS in file src/Makevars.win (which has not been documented for a long time) now requires an external libz.a to be available (it is part of the 'goodies' used to compile Windows binary packages). It would be simpler to use - lz instead. * The default for option pkgType on platforms using binary packages is now "both", so source packages will be tried if binary versions are not available or not up to date. There are options for what install.packages(type = "both") (possibly called _via_ update.packages()) will do if compilation of a source package is desirable: see ?options (under utils). If you intend not to accept updates as source packages, you should use update.packages(type = "binary"). DEPRECATED AND DEFUNCT: * download.file(method = "lynx") is defunct. * Building R using the included versions of zlib, bzip2, xz and PCRE is deprecated: these are frozen (bar essential bug-fixes) and will be removed for R 3.3.0. * The configure option --with-valgrind-instrumentation=3 has been withdrawn, as it did not work with recent valgrind headers: it is now treated as level 2. * The MethodsList class in package methods had been deprecated in R 2.11.0 and is defunct now. Functions using it are defunct if they had been deprecated in R 2.11.0, and are deprecated now, otherwise. BUG FIXES: * Fixed two obscure bugs in pairlist subassignment, reported by Radford Neal as part of pqR issue 16. * Fixes for bugs in handling empty arguments and argument matching by name in log(). * all.equal() gains methods for environments and refClasses. * [<- and [[<- gain S4 data.frame methods to avoid corruption of S4 class information by the S3 methods. * callNextMethod() should now work within a .local call when ... is absent from formals(.local). * dput(pairlist(x)) generates a call to the pairlist constructor instead of the list constructor. * Fix missing() when arguments are propagated through ... . (PR#15707) * eigen(m) now defaults to symmetric = TRUE even when the dimnames are asymmetric if the matrix is otherwise symmetric. (PR#16151) * Fix issues with forwarding ... through callGeneric() and callNextMethod(). (PR#16141) * callGeneric() now works after a callNextMethod(). * Subclass information is kept consistent when replacing an ordinary S4 class with an "old class" _via_ the S4Class argument to setOldClass(). Thus, for example, a data.frame is valid for a list argument in the signature, and a factor is valid for vector arguments. * In qbeta() the inversion of pbeta() is much more sophisticated. This works better in corner cases some of which failed completely previously (PR#15755), or were using too many iterations. * Auto-printing no longer duplicates objects when printing is dispatched to a method. * kmeans(x, k) would fail when nrow(x) >= 42949673. (Comment 6 of PR#15364) * 'Abbreviated' locale-specific day and month names could have been truncated in those rare locales where there are the same as the full names. * An irrelevant warning message from updating subclass information was silenced (the namespace would not be writable in this case).- Upstream release 3.1.3 - Most important CHANGES IN R 3.1.3: NEW FEATURES: * The internal method of download.file() can now handle files larger than 2GB on 32-bit builds which support such files (tested on 32-bit R running on 64-bit Windows). * kruskal.test() warns on more types of suspicious input. * The as.dendrogram() method for "hclust" objects gains a check argument protecting against memory explosion for invalid inputs. * capabilities() has a new item long.double which indicates if the build uses a long double type which is longer than double. * nlm() no longer modifies the callback argument in place (a new vector is allocated for each invocation, which mimics the implicit duplication that occurred in R < 3.1.0); note that this is a change from the previously documented behavior. (PR#15958) * icuSetCollate() now accepts locale = "ASCII" which uses the basic C function strcmp and so collates strings byte-by-byte in numerical order. * sessionInfo() tries to report the OS version in use (not just that compiled under, and including details of Linux distributions). * model.frame() (used by lm() and many other modelling functions) now warns when it drops contrasts from factors. (Wish of PR#16119) * install.packages() and friends now accept the value type = "binary" as a synonym for the native binary type on the platform (if it has one). * Single source or binary files can be supplied for install.packages(type = "both") and the appropriate type and repos = NULL will be inferred. * New function pcre_config() to report on some of the configuration options of the version of PCRE in use. In particular, this reports if regular expressions using \p{xx} are supported. * (Windows.) download.file(cacheOK = FALSE) is now supported when internet2.dll is used. * browseURL() has been updated to work with Firefox 36.0 which has dropped support for the -remote interface. INSTALLATION and INCLUDED SOFTWARE: * The included version of PCRE has been updated to 8.36. * configure accepts MAKEINFO=texi2any as another way to ensure texinfo 5.x is used when both 5.x and 4.x are installed. UTILITIES: * R CMD check now checks the packages used in \donttest sections of the examples are specified in the DESCRIPTION file. (These are needed to run the examples interactively.) * R CMD check checks for the undeclared use of GNU extensions in Makefiles, and for Makefiles with a missing final linefeed. R CMD build will correct line endings in all Makefiles, not just those in the src directory. * R CMD check notes uses of library() and require() in package code: see the section 'Suggested packages' of 'Writing R Extensions' for good practice. DEPRECATED AND DEFUNCT: * The configure option --with-valgrind-instrumentation=3 is deprecated and will be removed in R 3.2.0. BUG FIXES: * (Windows.) Rscript.exe was missing a manifest specifying the modern style for common controls (e.g., the download progress bar). * If a package had extra documentation files but no vignette, the HTML help system produced an empty index page. * The parser now gives an error if a null character is included in a string using Unicode escapes. (PR#16046) * qr.Q() failed on complex arguments due to pre-3.0(!) typo. (PR#16054) * abs() failed with named arguments when the argument was complex. (PR#16047) * "noquote" objects may now be used as columns in dataframes. (PR#15997) * Some values with extremely long names were printed incorrectly. (PR#15999) * Extremely large exponents on zero expressed in scientific notation (e.g. 0.0e50000) could give NaN. (PR#15976) * download.file() reported downloaded sizes as 0KB if less than 1MB, only for R 3.1.2 and only on big-endian platforms. * prompt() did not escape percent signs in the automatically generated usage section of help files. * drop.terms() dropped some of the attributes of the object it was working with. (PR#16029) * (Windows.) The command completion in Rgui.exe messed up the console. (PR#15791) * (Windows.) The choose.files() command returned a blank string when the user asked for a single file but cancelled the request. (PR#16074) * Math2 S4 group generics failed to correctly dispatch "structure"- and "nonStructure"-derived classes. * loadNamespace() imposed undocumented restrictions on the versionCheck parameter. (Reported by Geoff Lee.) * Rare over-runs detected by AddressSanitizer in substr() and its replacement version have been avoided. _Inter alia_ that fix gives the documented behaviour for substr(x, 1, 2) <- "" (subsequently reported as PR#16214). * Loading packages incorrectly defining an S4 generic followed by a function of the same name caused an erroneous cyclic namespace dependency error. * Declared vignette encodings are now always passed to the vignette engine. * Port Tomas Kalibera's fix from R-devel that restores the loadMethod() fast path, effectively doubling the speed of S4 dispatch. * power.t.test() and power.prop.test() now make use of the extendInt option of uniroot() and hence work in more extreme cases. (PR#15792) * If a package was updated and attached when its namespace was already loaded, it could end up with parts from one version and parts from the other. (PR#16120) * tools:::.Rdconv() didn't accept --encoding= due to a typo. (PR#16121) * Unix-alike builds without a suitable makeinfo were documented to link the missing HTML manuals to CRAN, but did not. * save(*, ascii=TRUE) and load() now correctly deal with NaN's. (PR#16137) * split.Date() retains fractional representations while avoiding incomplete class propagation. * R_ext/Lapack.h had not been updated for changes made by LAPACK to the argument lists of its (largely internal) functions dlaed2 and dlaed3. (PR#16157) * RShowDoc("NEWS", "txt") had not been updated for the layout changes of R 3.1.0. * The xtfrm() method for class "Surv" has been corrected and its description expanded. * mode(x) <- y would incorrectly evaluate x before changing its mode. (PR#16215) * besselJ(1, 2^64) and besselY(..) now signal a warning, returning NaN instead of typically segfaulting. (Issue 3 of PR#15554) * HTML conversion of \href markup in .Rd files did not remove the backslash from \% and so gave an invalid URL. In a related change, the \ escape is now required in such URLs.- Remove tex(inconsolata.sty) BuildRequires for SLE_12 builds (like older SLE releases).- Upstream release 3.1.2 - Most important CHANGES IN R 3.1.2: NEW FEATURES: * embedFonts() now defaults to format = "ps2write" for .ps and .eps files. This is available in Ghostscript 9.x (since 2010) whereas the previous default, format = "pswrite", was removed in Ghostscript 9.10. * For consistency with [dpqr]norm(), [dp]lnorm(sdlog = 0) model a point mass at exp(mulog) rather than return NaN (for an error). * capabilities() now reports if ICU is compiled in for use for collation (it is only actually used if a suitable locale is set for collation, and never for a C locale). * (OS X only.) Package tcltk checks when loaded if it is linked against the CRAN X11-based Tcl/Tk and if so that the Tcl/Tk component and the X11 libraries are installed. This allows more informative error messages to be given advising the installation of the missing component or of XQuartz. The X11() device and X11-based versions of the data editor and viewer (invoked by edit() and View() for data frames and matrices from command-line R) check that the X11 libraries are installed and if not advises installing XQuartz. * icuSetCollate() allows locale = "default", and locale = "none" to use OS services rather than ICU for collation. Environment variable R_ICU_LOCALE can be used to set the default ICU locale, in case the one derived from the OS locale is inappropriate (this is currently necessary on Windows). * New function icuGetCollate() to report on the ICU collation locale in use (if any). * utils::URLencode() was updated to use unreserved and reserved characters from RFC 3986, , instead of RFC 1738. * unique(warnings()) and c(warnings()) are now supported. * The Bioconductor 'version' used by setRepositories() now defaults to 3.0. (It can be set at runtime _via_ environment variable R_BIOC_VERSION.) INSTALLATION and INCLUDED SOFTWARE: * The configure script reports on the more important capabilities/options which will not be compiled in. More types of external BLAS are recognized by name in that report. * When building R as a shared library, the -L${R_HOME}/lib${R_ARCH} flag is placed earlier in the link commands used during installation and when packages are installed: this helps ensure that the current build has priority if an R shared library has already been installed by e.g. install-libR in a library mentioned in LDFLAGS (and not in 'your system's library directory' as documented). (Wish of PR#15790.) * LaTeX package upquote is no longer required for R's use of inconsolata. * (Windows only) If both 32 and 64 bit versions of R are installed, the bin/R.exe and bin/Rscript.exe executables now run 64 bit R. (To run 32 bit R, overwrite these files with copies of bin/i386/Rfe.exe.) UTILITIES: * Running R CMD check with _R_CHECK_DEPENDS_ONLY_ true now makes the VignetteBuilder packages available even if they are listed in Suggests, since they are needed to recognise and process non-Sweave vignettes. * R CMD check now reports empty importFrom declarations in a NAMESPACE file, as these are common errors (writing importFrom(Pkg) where import(Pkg) was intended). * R CMD check now by default checks code usage directly on the package namespace without loading and attaching the package and its suggests and enhances. For good practice with packages in the Suggests field, see SS1.1.3.1 of 'Writing R Extensions'. For use of lazy-data objects in the package's own code, see ?data. BUG FIXES: * dmultinom() did not handle non-finite probabilities correctly. * prettyNum(x, zero.print=*) now also works when x contains NAs. * A longstanding bug exhibited by nlminb() on Windows was traced to a compiler bug in gcc 4.6.3; a workaround has been put in place. (PR#15244 and PR#15914). * Rendering of \command in HTML versions of help pages has been improved: this is particularly evident on the help page for INSTALL. * as.hexmode(x) and as.octmode(x) now behave correctly for some numeric x, e.g., c(NA, 1) or c(1, pi). * drop1() failed if the scope argument had no variables to drop. (PR#15935) * edit() (and hence fix()) failed if an object had a non-character attribute named "source" (an attribute that had been used in R prior to version 2.14.0). * callGeneric() could fail if the generic had ... as a formal argument. (PR#15937). * Forking in package parallel called C entry point exit in the child. This was unsafe (_exit should have been called), and could flush stdin of the main R process (seen most often on Solaris). As good practice, stdout is now flushed before forking a child. * R objects such as list(`a\b` = 1) now print correctly. * getAnywhere("C_pbinom") now returns correctly a single object (rather than unlisting it). * The confint() method for nls() fits failed it these has specified parameter limits despite using an algorithm other than "port". (PR#15960) * Subclassing an S4 class failed if the class required arguments to the generator, through its initialize() method. * removeSource() did not properly handle expressions containing arguments that were supplied as missing, e.g. x[i,]. (PR#15957) * as.environment(list()) now works, and as.list() of such an environment is now the same as list(). * Several tcltk functions failed when run in unusual environments. (PR#15970) * options(list()) now works (trivially). (PR#15979) * merge(, ..) now works correctly for two `independent' dendrograms (PR#15648), and still compatibly via adjust = "auto" e.g. for two branches of an existing dendrogram. * The plot method for "hclust" objects gets an optional argument check; When that is true (the default) it checks more carefully for valid input. * (Windows only) If a user chose to install 64 bit R but not 32 bit R, the bin/R and bin/Rscript executables failed to run. (PR#15981) * Various possible buffer overruns have been prevented, and missed memory protection added. (PR#15990) * Rscript no longer passes --args to R when there are no extra ("user") arguments. * objects like getClass("refClass")@prototype now print() and str() without error. * identical() now also looks at the S4 bit. * hist(x, breaks) is more robust in adding a small fuzz to few breaks when some are very large. (PR#15988) * sub() and gsub() did not handle regular expressions like "\s{2,}" properly if the text contained NA or non-ascii elements in a UTF-8 locale. Part of this was due to a bug in the TRE library. (PR#16009) * RShowDoc("NEWS") now displays the PDF version. * Matrices and arrays with last dimension zero did not print at all or incompletely. (PR#16012) * plot.histogram() and hence hist() now respect the xaxs, yaxs and lab graphics parameters. (PR#16021) * bw.SJ(x) and other bw.*() no longer segfault when x contains non-finite values. (PR#16024) * R CMD Rd2pdf unintentionally ignored its --os option. * The internal method of download.file() was not reporting file sizes and progress correctly on files larger than 2GB (inherited from libxml2). This is corrected for 64-bit builds (32-bit platforms may not support such files, but where possible will be supported in future versions of R). * Work around a bug in OS X Yosemite where key environment variables may be duplicated causing issues in subprocesses. The duplicates are now removed on R startup (via Rprofile). (PR#16042) * Adjust X11 auto-launch detection in DISPLAY on OS X to recognize latest XQuartz.obs-arm-9 1621326240 3.5.0-bp153.1.3803.5.0-bp153.1.380datasetsDESCRIPTIONINDEXMetaRd.rdsdata.rdsfeatures.rdshsearch.rdslinks.rdsnsInfo.rdspackage.rdsNAMESPACEdataRdata.rdbRdata.rdsRdata.rdxmorley.tabhelpAnIndexaliases.rdsdatasets.rdbdatasets.rdxpaths.rdshtml00Index.htmlR.css/usr/lib64/R/library//usr/lib64/R/library/datasets//usr/lib64/R/library/datasets/Meta//usr/lib64/R/library/datasets/data//usr/lib64/R/library/datasets/help//usr/lib64/R/library/datasets/html/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/ec6d11d71176e0ef6c14cde5da4988ee-R-basecpioxz5aarch64-suse-linuxdirectoryASCII textHTML document, ASCII text0M홚nR'utf-8d6ac673b54b265ee12849a3616483f5c887bacbf51a99d8cee1ba3ef58c6a29f?P7zXZ !t/] crt:bLL ęr24ە'*V[7,Y,bt@?lj?ɡM:u>?9cZAi ^ߺ5:2ޫ 2*&%<~6dB^lG4 >Qϐjd7}e#t;6vglj%7Û'Ȟ sŔDf}{+KzկIRH ] ?-a'bMIPGp;xt+v:y1Vg֝&%r%!Xk>^uGQ=a+ltHi/Nlނl'hUgp9cQXz3ڐh (K$N xtшS'ui.,W>m%U(O B?+bEf4ya#6l:[ߠi jM|)թsd3UwxYn{߻aӐ]dz*P8AE?R/ln QƖ MxwNt3|#Μٲ*OK)曲er̈́%Շ^}(9K3A˨+1x(.%`=Рym\I9UBEwf}Vұ_x&*:nt^5H?_'ńfrh!=acasLMz # Jzacڨ3^o,r>p--6!g,/2xG|D/&nTSd27Mʧ}@[Y$^fwך⡦k4|mw%+CT/x owNp 4σN*>qf0}hV`JU" ސ.KT0vbRIz< `fv=B9KKD&9ZqB`+vi;, uwFuG~`NRETt,N)x0DTxVt+R<K; ȅrp9gPCFF6njӜľPEU;"Xta}+I0;wlv.T:!j}{RчR9ۇm۰0a'y8`dSC.Xc!X1Y2(˰=Srgs5ݸfjLُyz3(XE@GcD tB08y fSV,4ձ G;>dOgj$MvT[})XOd(lHuVt9&aًd SD *J7цQ_#:q'd0~D?h.<ZR# =}}NzXhq D5rJ~[d$"Ԙ!P6-V[:eY?h9S@Z;UW?FGEhB-#~>hLnyAܢQ&ߦ ͂}ai?pږ)]uu]wif{:%=5W!zSy GIEK$Ȣg[ b;pY&,.@J`g,ޑ3(<>fۗ|Qj:\%_R!Ϟlu}9?pڋ? vv ȁ F oR:Uo#!5wHwuRCP < yp!bOhVq=ԌcP?|?a~ qT/o6ҵ ^wF~V`̍Ž eJiv=3ƍ2w7:05XikrfEBhUStRզ ,ǁZn}@ڋxK^G^\lnOqzC@ZXEnq=㩿b}XuԽaΡ/\@*ǛqXd1jP:A^y)&sNɁTܯ r&KWC!UXƘ*=!+р3F]6 ܿ\Ќ~牉|DV~]\o/.&"i6MU~1 y̓BILSey"Gd89/4&?`$aWi,ivtR>EE`j&ѼF0ucEXE(5%Bn#$0kj(`ֶkb1?Jź%i6)@d{g6ԏ]Z'q jt~ާs@ >]rSL^ULcSgH6Qɠdֈ-:XTݼ-wKx ِn KVd.jG^R(uEc3L=0ɼ {+C٭rRJWPP%}9aF*˖h,nv=>†I>/([QK"`PڈYқߤJx$>M7EJ-]g$z(Mⲡv,fZ; syJ1CGp0RF@rPfxE %G=+> qۦlL:%Gń!zCGnH{YLy7U7x3dgchx 1+B hԅ}Žy_([IymK6O\VRk5[]jϭ5i;M}A ,y> $v;3e#2t6ZVU8:-fCkoP΍LawϗK8C7d]}v餧xmC+x@b%Rq@Q^nЊF6EFt5enNȌk"NA Ò^ILZ(p9(b/fVa?~5ɷfЉ|j̴(gZjgNΊxqҡ5ǜaLk)R2LjXr+:C-JDk+Avz{I̙, 6Š 6GUb/pbFػnUht('&Y+<)8s2BHI)v'ăh)1~?RĵGb|`6f,Ù0./_MkIgT֖&8}ۡ%^"Vi X3{F 1|HL5Hg莎;ý'<ĵMPӦI' ~BYJ,wUD[/ 8TFD VHC}!C fN aßYLF<E]Trr\wG:@(rzϜ'izqevqPS0ox>^'#v"j-bW3劅KF ?'⼚џ^M)/&FR*):sduW.8^ Ϡ39њCš[1JLڣJj&{ⷑODҬY ;La҅ȐͬɿE,Z>_({CJ r_tlYXR("ڎLZ@'"~[5[hO4m3尿8)=bdSOKhzaq)'_XFL&DR=c!MС8}|ڛ@ H3,kԘoK|>D;>܋twGz3xC!^BO)/۩fMga8 'eRi %a߃I6oUt~2n *󌗥 _$5FY4?A%O^ P6UL7Ebkkpk`ɜtTX֩X\M|,.Z>U$xM<\TD5qniM> c\zA%RWD;;R/53䊮F !@_8dFCi@پ7JfÊCA#qIMGcr}yR3 B r_SE *qx nGV4/VcHx ''{ VsmI^ ]2" Qj"eԳ6;ðċU'Hk~4,0h:)aWsDH ]j`nBmm,.NuXNbs`]dh0"ˆ]l8xϏ'Ox׶> 5\-h$R,MzM:G*OQr#4>^Zޣ~KzJj/kh菭MCm7G蘛 _[fۺ m҇ <M9$ c'Q ^MkO(-F N dnE-ēA'N; r6E;MvLAݟ bƌ#Ɵ5 )kzǗ +MGRy> < 7lF49ee?a65iJA{'?rT+!^vਐ>.jώ/ucxd(ǠH J˧kC^ՏP[jhO-02^B6: Դ&Û0غ2pԇo\GȆlDid9 2Ű u<c>jf?$^ICh+?~ڿtI.`zoC]W]ـKqkr̷z%4(bR$:s`glc 7CSpmJgi4bk c8 7Zsצ nLX]jx,wG,9>D_u!Rk  lm55XqwCfL.b^j {ON6MeQl.!MPzJƎLgxD=0 D:zNXHII,oj`_Aթo=})/wy}[4\hpд^ (MoiR&튨:iQPêNjSV){{ecQ$'0nK-@-meayzX#ɻwH3g/\WFrun# fA:6T4(ZЉ?Y~rJʡNbv@H]#VQITDpG]FCv/R.TG:o}зR2떯$m$u+I bR{ghȄیuOS¾aivM$J]1 l%'-{J#hjH֓MVGť2/ gL,{ζUS0n; 0p5N>:>u-*c5!sd/!Nfȸz4--ړʪAT+D~#hr'0(S]Xz  ?uveuvGƉJJvs>0PQ`?Wt)v2!#Oɸl!ddE D>εuC)Nkz2[jÿr)l#X쁳ވӱ:+*G;O\YV+7c܈iퟏWu(.MSi",|;CXA-pAw@ŒX@,:_8jQz$":?UpDFPFăDhL}/gLτdK$2ɹ*ܔϳ  KdB-yoȊP?u?'x1&9~%|#* 5bg"{mś+fB hA|c%~ 譕i%H2daG__ˀC@ ";1fZu +|G#L& ǎ|} {H ;EBlLMcx[Sv pTfI@N[M^dm KNkO -UzҸ^y JvZ >б>'4;)(hXZt/pߊ;|wIFU'6f3!|, jKw +AMWį\Tv{6L1)^s[7O eٲwx`s2U3k+‘B1d: Ÿ0-QJխq{Ui l; )lK6u>DYW`YzCP?2VZ91/v,%қOcOsA'1-5|34X/b_$ ʈZM)elkđw@$S?S q=.xa<3tZW$O&TQA)LJ gE%f,&+ ")<2EP#ΰVXi_4=CCl_[ G"+q?=QSzQ"qo{:}#K"]f&yeWT-@*pi&Sf zX'*t,smʃo_bF\Ihqǰ*5Cnrt$^fQ$*&eQ:]D%)!%W2 s?4BXɑd(Z3ϮL1"W 6O9ٛ&J<Qx; j.(RJ&4.$%w(sP@1`[nr86Y-\YY-kDA¾3-Z1k$ hn^ѕu_ Z(FZ51,<^vjAAxM@.%  \m3ШgkJY5OP&@pHi/z7'y\T}|'%A (^쏿[C}+XvBMtQZi<;8ֈ!Hi$SOWj'iw0I6 J㮙}Sf{J_^6g^0ɀsJeO .GfpY*S v}r:Ã(3 S) @Ҡ*y'"qApPv⊰P kƏUt"SuL.`>TOm`)˝^dp.]xTάJZ  q{-=bWT}YƐX;Ӧ HM,K\_u t(Cr/]}Ndv+j=2B7)G]eL~g20h@Y}$!˵l{t6*[}ZVSuk^> # :yq=mN 28XLz`0KL3sE 9/]Z e~);ov7< SM,W3lOy]\K_Ťg{^%&[Λ骦4J:K]PR)]>R֖8la1OVJzaEqENݎLCWdAVE1s  xh A==$9jG;P|f`2)ܮ4Msqh7\9'R!uy 0)9!Pk1HXy>PDr(Rn0j8|Aa PHf[SA]qiICw ?n~a#$37".YAmT)ufwu6y2+tl1m}uiۍb~cL|0̯4.#&*xhG%#(TȨ-IѬR!$ o'L'c(_!ă qP})|BlPJk;7v^+W4ՂɾfixrL+xA̿J5$%[K|nI=tɜ IIbvHw#n|^$2$S~[ ZMm!Ѓ9c1^i7NUl6bHB(XCָ-w:&R:kҥwJgxC)\5u%o/I( 4+#{×c# wb>ҝ)JմI/ /+tjQ[S'`+wKO6)\n\aqAL$/QXMtOmg@\AZp{|fK >j\oIʨm bHO,N~u)³lLJeOA&P3,}$bz!Y:Z (ֽΏp1m@[I@@8D.w[=߉:M9SFMLVQKx 2PѮ=~4SҲAfTaT9~voGmFYꬮ]w. (@ $6YI*@ļ`m#U-Y}Gr{/Tӿna2Q :ic@눶ԡ b-ǟtަH.[Jh8qXpQ (P0>yAX :VFFf{J4`m7.[<$Sx7(BH esI|vd|u lKO-8%fk8]}w r,1T4hcqafR!Y .uLEb샆Z݃XU,!N F`W>Īc:M{7-^9B Xrcvl)m{p]qx/ȵnw߾"+!bǠ~N*BJ?SφxݞQ+S=O?!Q YM7!R>h)[.~`4݅eO$zpLn!2Ѝ%/͍c@!'n9Z9fC*ގDr?~U[1p{d[&ɽ ?:nw)mK*&F2Z![Q-i%`18(8<_G;-7$OjBD5 p@48fwݿ Hꙇ]{HSFSp1Lpn^}t#(%BuƝwkόԿ!gSj,Α?/ %l B#k,_.ТV킺}VIe\Ԓ>,C!9K_} 79fOeL7kQa}&& t< 7'>^3rcO2؇?BRzna35FF]]m|X+u\-=C^bkh{@R׺{e{@ ؂<x<pkGRu1s:r\r7WEcBSΓp8*@oq8=B8_sd2zMUSD<~QjH7 z,9`zk_tZjf| #9LJ*8 T BfFf%cphA$3١UWJy:@bQHnN;ʵ{,< vUB0.ܶPZ4z~z܌4uhVTV*?4}8[ec*?6UY2-"Y0~1p"aqΟb!/ċHCw.Z&T1!kNnV^Jt'/>DJk=BZ@0FBK_,lͥ KqWU?PG7 .&(y}% C6=@Sȵ eiz(Wt洌C!/] Bc[XCi,җR8x-/2Y6eaDIN1ꜜ~>'Gs??ew]kK;6Yy=ʉ\s}1<_ԇZ}'0?oN1q$M^RpAG;u|O՜XM0mڳ;t:1+Hn(SӒR="Oul J8b#8)vc%c[;~)˖ɑN{lAe{N $ɛ6xX~vr?dNyt'].=5BD,3Ò:uFH"Ey){~P8$#B!<*^3.# $4'k5F=TP^.a 9.dQSdGBt)zƊm {8V ,К'eM=xlPN'8~(s\tQ;\ VBN"=p-@~u }'X p!Q۵|B/$p-I6ʠ\C F l/z%0 y㌹AF>5.U&+i*0R뎓F7\]$,$6!}:]ve´i5]A\2?.2/ItvF #RdYl#تAo1abtgcriD.e3?"O0W@KYJ0#:48fŒ}F WMzZRKJ3D_Pw{GaӘpOjVK4O) CC@nal!tsVX`â}'v H ^)*nl%a>}\)H2$%HqƤ'\BUh(3}`{'tnnH 'f9#esv-9_j3o5u)3TpG[±I> Y>V6k(0ѬB /՚b(5KPY//IHg5K|PL ԘlpAYwBL`_xΊB|nTf2!: w:I=nP]>aMgP;3!KS>c9j Yb1|SC;EAuVl0zY8*[֜"AQw5ek )9KF)J\Q{dέc[S7&PO%Ft3 FڱvUϘS+N}Lfxh unw =.iVpH{7"{dd:ލUal3(*:zۤ IfY\| -Y6Db}DL<yK”y3:GIV2B_u7E O(yu?pH?N׾6$=%.0G?ZwύTZ c@FF?kWm ~h~DOHON'c} Ɉ,ܑ;VJ zi>*B ltx~xsU4jD/xM*ylA s.L W(恍-3~S; Dedkcl jxFv_Ob UM kYj.Rުl?W&hN L5ВbR*1l<{xlXwvW*IԟqyƁq5l%q vÌImbM, phkt g6(~Us~E' ߞfd+mM:X oG x @\ DU8}\S}^}91Ѿi|O2O.[.Squ6=^Ѷ(PVޗez8~t~L? QnPuָvl!s=74,Bݥiĥ`έamw7N̅Pꬋ 4C֓1MNzpݨ-GGXy_ԥo}G}{Xmv}w&K~x sy,m'S8/xx`@"dLuuZTbyGmbksL'0?ӹўL}x,J!`zj;;ٌ4(4`/Z|TLKxy~g޼89 a|Y#FwňhFhZcúHS2hb'5/$,e\S4&:d߂qd|oeHzuvn Fc.+l=Zf'x(j[^;c2C`[;Hԟ[#1!aOi*l0w9zmϢ L(V'S>f#Qd2D()RP]5&~Kl髿(i >J m>*i_6,s}oǡf)仨>y"WS/c{ѵ,ԄbQwYPS͑tuy<ۗd?ws{P@0"N]A/7Mu`^*n |p+rMI%G*A?O!2.&{\jav2qa2Ph@rpp%(s7֖羘l-҆;q'ezHqV,ڀUs:0뛽''u$rk2:3y+d&=4IJw ~9tQPjBB`2jo5,5Wsd<;Tid7nbSN@KqBֆeOn9{6`kh>jUE96-m58ii&X5HH wdXCN QFm>CCEivt _W+q… tS ;* ylj.Bx j^SFu"p<컭L t]׽6;Xwì*c2ńR`Mڛ4r9rԥxxpfoSAh$U ?#9ɃtLݿEzڻ{ z8-.];%RBJNђ(6{ɇDs _z>񭃵MI E5Dli2Z1^}SpQa6sO%OU5 3d|SHA+ҍRsa9b+򑋜Œ%m޵sq9D'WAG.R2(v*a}-D"ivx- m×*W]k{d_]yW`FBJBlBUL_'`CǭO-Cc^{6 ?p}`|x^hc7 p8Ƙ\x2 G^ jԿ *hhщDʈ/@]:~0hzfY$Emtgɞ a>G0kU{wc.BFGzFN%~M4{P53 e6g$fZt/NZȏԽt_^dʴu竚B-Y!*  BmzSnpl~BpDf! y[anx յ,>'N}WIU&q<}XАm618Oش~u!ʞc*-禈`2JW`$&f3Jf uPp}L!i4}^.0@jCqF~ \_jvnIMwmC+=ʀz3Jb|4s4;y 54kO[G -wƿTGL<$ 9Uz+"ɋFy97`r4'ܝz0bw/GU ID]2]dtI;C0qcRt1ǻ5Ñv 怿XWL?4X׾N2YB@O`Sk@+P+lO YtPSc?OD\qU{h1屩(Lu_ݎ ?]D-PK_.V)WHqvQϮj"+?wRdrb=Oeݣnn ˹gd :}\jɳւu9q31T{Mk!8)&`C?$v/t,D\3-{MOҰegoN _(H^5ڭ5Pac}H%<=gS<̋uqõ>K0]콶;W^r =3YRWB "*Uw9UMЊd=*;}e=A̓9咁y;9XS 9z u];&a 6=dP&K "O|~?؂U6=jfhF[Kw~;:k95[V\_qՕ YwQ 7ʌU)0 D? Z~R稉ׅ^xy:8 6E|S!P<>1IFmo C&M`%@niUH좠Bftf)E34ֲ.<Ǒ>HǤhJdFhRs>q\YtɎ?evi `zҶM m''5UP^2y3_|j 8z\٫ȸ\)A :ۇ9)PA!|# k^p^va{)!n2 .S^Bz]D2 Xc ;" %gZ{Yzj3EB 2Wݣ%w3^&g,f1փWs SǸ:s*]&hcLl1Swq$~1Il@Fݷtys/ 'r@_C4 {UclZ29! 'ph Kw°ZPh2͇v0.Er}x7 nEđů-@(xO(,@s !$&oN.ㆵ𤸝}J4vz f1MOٓ3Ւ]e z;ѩ͛Kd2")YFs} J]~OŽ{ۋ>4[ h: 75@W:iP5z:{$p2xxB2h $)J_go$lUr_\E{y)Cy"[hJ_IB~^Wyi&t/*ψМX|4UyQQ$[ Y`7O1!aUp_5GY7ctH{)7('yLJ4H a*S8[#*O9gh; ~* %G[lIz*b=TU;ig~4,.*d Lŀ c/J{l۝X{t`|anl.V9%' n12%*Qp7Qd{F$D^$,OǣyLyآ,@&I@byW+Zڏ-uua[UHu\f%ͮb#xšGq4?q.hةUTz@ŀ]Lw+糚$83VV:Y¿;XG;@x('L!Mdw51\QsV$Cp gEr$KQfRM^& c#V;e= Zӟ W#(> ~^ҭR?pTVM Q%ZH ˆ_)+˧ dYRW<[ amYUalaѨ[ANu!5gˠԡp0"ffä(>YJjY}Wɥk a1kTqvIP:G4ad8^m!nX .43ߜG6Ю|K? Kɝb+Ѧ/ZGɫli"@2FťW ^Cإ7XJ5'7UMB /f-;G'V5P]L`n"܅?>ebUnVCʍ.+%i({+".D*McMj$ִ_|, 1ZT{i׽Y?mBn;iz% WW;3nj2ܨnU7"mƣ$fzy,[XU:/+Dt!YJc[HJ+m&/D DTF*ZYF،JL/cz?㓨@XL`&|?i0N~p@M8FL|;;_}.`^1ڊEPCI4, sS΀d-JQ~w^.yHQ]zԵHl\=PAa!9h3LM0 ثqh id8!؜48lN%)]FGCPNUl*>ЊwCLme_-&N"po¥t i1l}Wɡ:vUv[S*,e;M 9׾a t?&?@K㗹W5{3oAf{M{DNvS5Co5ۂ֙ ;wWh>z9r_3*S5dIo8tݿx C犍Jp&Xd=|i-0AƱI#4i\%6/](}9U1FKzD\liM&U6fzRTVQ\mY"~c]u ܸ6J%C!sSY%ADTX8p10s'?P:)V'_yDPHvBw6aP?5h^1Wjxw\ӗ,嫆:Q2SB]a N| nLh4"|+prAtA|îQzM(W|ny`y{~v9aTf6rV!$  ˠŞPe"+ H0"%i\s兏@D _w@JwWeIOENDVJ2a]]vXRV%;>C[T%VCHSS7dg7cV J`pbiP`7!! 92ތR]@p-өYG;F+X$'=I^k=8~-#Fd¼M*_)fX<Cr}ח 0QË.˗nȌZ$q.7U)4|f4b 덮9AF{6n=LNԬyc N(3Ljq@@nA=*ij,hZ9-MݤnPF]|6G@Ё!^ L:\u} DN }WsHa8}9S_aT ;K]sݞc4d3J·a!:UơYrsvIvl^<}E<-s=0zgw뎹Z{-CiP{@wR ƿ @[uyPd\/j`vZ(B3ףQ7R1΄KEޤp k0!ٝ%d" D╎^uFo[?lSYNoQlQ!uixPiS>?2ȃ!=W3NI|cߝ8ZRܵT5 u_(j[nAdn?o 7 NԀ00hu( k/iϞ He>@֩9%F>3לI`e''cZdya=J;rc$ 5YP+[6IPOXeQ6錥c3KFO#7b`jsc5u߬ﳪF["*d,*8YEdi;CL6->y%W}2ћWC':Gsw脦7gc=Q męs^첚F /6ufmok 'kܛڤclǻ#ȃ^tK'jQUH]?M:NclH)<fbh;s+~׷:쥭5crlO@ZhSIY|' T[I8V+v8U@Y6aog^޹9$u`+臙|t$~^hi81W=OhsQܥg:-_ s>>y[lhGe_Ǒ$_R wa+qi~|)8KsVwR ƾםyW۴YcPK%L$lؤ&s]jӛX(}YJJfkno4NJ)2KBz|mB)v_+E ͡G)mh|-t1ϸ1\ҽxɀ#HS/,;uG r +=-$Fߞ.bz&Xc;籬b+D[.2SM!nIGqLmf,x'hPXd܏)GӺpQSe1YgT0]<߫uJGp)'@KIa`.GKL/MsQ kӊC}8©X0J + =52ϡʴyֆ 20Xq~pIIgaEUXňNbUDVђlKvV+͝l֚d)4/8{J(&1JX= Qh1Ы<[UV=g>RԣQ~`kC.uqGnJ GtbHYY%2Yg}vpe?` kNxҼiofIP6!zV7Z pR KLY?! ɫ77]d>p"Lbj!?)]1P/2Dyq+[;c}YQpFw0Jױ,ZTYL.Zo`b"&kC?";|Q"E.Uk9ݟS:%}L[(V^Cفl'Т܊wƇADg2f@1+xOP]9>#!atO|7 [d \d؄44`Iڊ]$yYPN[ I;hFwB KL#1UAi + :;wN۳ɛ=SgRN2wVPeK'NM^S:oJ$V!ӿ-.hyKm΀.O\by X~ +}t`{8BӲ8n!/{]ZfM#J n~h3`< F@bj@HLw$y#QJF&GӬt; xT ԝ,ף1P&e7mZjqf; ˦zd}l i뮻Cѓ/veuwP+4J ×'@g<2Jbn.W̛W_.v8*놏9wqH i}PO1ӷc*{l9@'ۜyZEdDٷ =#6Y7x)8w9ui%zl g8y g~Wu\ g:jHW!Ǽ͎HxTM$$fa]ˉx:d]*'#<;B5zt4e6L/k v f؞P #LKʸ{m>Sx`; utaL_R.i2oP@g`Q D) ! N!s]@(:mGSVٻRIy6OWylA{^> ZOuI+)v$[(HEW?rnBdr}F?}s-%pQmY9B,kf&;UR~d ¬3*CO7Z7Fk̕){;Lkr5?retXP}5t6EXw/' 8D.UrZ`uLﴍK)HWS"J&& "[՞bzu(y"2Ņ{#$g=JTY2g;wE;b+^j5HoKɍ$ &ZC _.xVrG)tۙ6}[y2G^4L۲dIGdf_X:z;xW'R䞺`U@;i."ZYfChDe%ky("SZ*/ f'SkfV;el'`}>-j/XoFsTu5j\&L6M8z*}h޽=I0o-`~,yE az'wI;$?ahrQ3 :*}7 c6dX>#bnnykuoglnwF ]%gs6[RH\Sl`.fx\OTXeVyy~f'jÞD[ok{5TbѲ;? AH>U1:25(Q$1[j4yNi©j0} XHCP2}sp(͔0)E!㴥e_r}w=&ǁ[4uwD+^|M.zan4.|V1 y&G=wWcTk?4Bg%b#E*)b[f8}h{k/n/{q[|*Ə9J6mHb>e5IJЊbq z{@7~ԺPYvoM'MҚPҀ U: (TI3'͑9Jx؆_Vp9y,#b(y8E6S?$(⩌jءA Yv\X?2v|o9x7ʾuX-st *K2xSs9LH+w Cn0Q h3'\j,=<j}ؗ|,FAdͬ!a RI5;a;o ᇣJYN2ŚAdQ!dĉTM9ڋ[Bu"l*8U`$헏2f?0k3>Чd:#@\zރu6N^|v.5 nD)ͳhi^(bMSH6zvM(XD/J"H و0 =x#UM(xqFXڱ!MNa};sQ5!lo}ϮBY+*D#fj_d)=1xNÈcԧc[ʢkju$&͏3b-O7B5 {TF]Rtw))e6gtk͂!8q>0hsn ٝ?] > svyeP~zQ$+UrqhRn"I~ # #wU}|PP ۚCdč60+]0|tڌrkYJ; 8<;OtNPL""- l}0fKO4,c?[,IMXfa1s6]ۡ9&0a\8O_Lyz#<ʌ1!{rI+y Mq| G Ճy33dt8Z6p!lT0Qb[q=_S)0`ÿImp\8O_I66c(w3ϾK8ֺ%\# 88Pgi& - `DxvRASkzaL+:A14?@|%^FDHCDﵯiy—1:0>5f͗KF02 |G*ė-yCJﱉ:<&4Cr- :e;-W<]ɞxz`ώ8D42ɧonn-J H ˧SǯjXh"jL8В;yPB;#1,m,{JFW0פHd""`@dvxqV)ɘ[ꃮRm$>~/#e ToкѽGY-CM3X@)ɜnfcb=4kGIknԩ`=~|0o{$q&c %>13)x(Cdg*;߇j-%C'> hkNL\Al>48),dsG!"j 6~ [:(At8xњYg: 7}JbyժuG/juVޝibƉ9g"k8َ7% }<әN) J O~+q Z (T,8Wn2b{N*OE%iW'4ՈGO Hn0Ԋ}pNGpKJ{aq35Qm\Q;*;\νSeyF ($ c]֔pKg[zO1y[DOt+=Yc\xC nӨr9Sٮch-h1=f@>`.Ԁ[O劌j݉KKJDb/tN){X30L#J8?FG'CFzt9ބ SujLb.43s۱$KFU7 Ʉ $uQ.6z,㾵T~4)׮{3_< -;L$ f9AԢLtp]W6D\!T^}ƻu|Y@iYtp)&:.oh/г|ybJk1wF%<_}ix겪NBڂ~8MNnNbJ] ZyOWּRN~*ı1jK*xw].ji&H| w"#8BtZ,:Q5JZFв`LY潇<,(whZܪokIݤE-_ AQO8#;o6%8}Gi}` PxOlV:TO[fWۦ~KR);LWw"bIKn!< bӤyat.+6-M%;~Aad\>X(~hsQ~-(i[jA@R"nce DZZ'!d2@YB:gWy;aS66JJ%'[z)̯,uYh [^jgMS QA ƑZЗB0Uanȑ|Ẽ"yW9M RQcܿ3Yx1 =33_1We$Lﵷ(Ѻl<"^9@ڪ~c,W+na}"WE ʐ3bcthe叀}&+o:Vt\ Ud^^_ 9oYJRAo_QR%|r[wՈpYT 2V^ q“k -GUS! r5TE% o:3@~nGRɋ!e]\(p0o&;d %@:Yfjd1vZA?T5}QXioma0D<|nIAo8yźR&uTB-!']p|ΌԼ꨹?:EM,3/AfB_9IhCA&T {hމ(;V aή!g`rUI<dsNHg,+&V%`ԁ)VYtI8oGp1qOi eI< N΋ F*g Ʒd-o˰kPvs6Gb n O߰7і  lëaMY H(cQ3xȾxg~(+ѫʹn>d[̌-vI5HPGasQ 5.Oj㌩l3Fxø>QnȬ8>M֛hg)׎=Lq&K^8Bvh+=1Uif=(z+04tsmh݁-`1qdr9G{\A&Ɂ 0ߞ \|0 tF1|Z3,A{0ӹ}u;17ʦR1<&dOfpjl"ɑa $j2ƗEqdbz EB_}-KpflsER&q<,!Y6dCP*^\0g>6DH mz%~39x%V6#rpuվ߫N)S( ~eB:XaZծi[qAƒ tϔre :OPM VFV՝m}p{pj?]_|O;"@K3򏄐͗-:W =2-f;Nrd=a5񅒲Jm{TQچ{'BP qMQ/,  AudOw^x+tU&%Ci`>7iQxX]YdկL: ؀N{w-xMfi>Weq4GQO: eMSU6sV#('U2iDuֳ!/[@Jm9FݢBO]fM-ucX.Z\L-C펊h21WKjDP?xj0|åC&\FYO {0du}zUô\0V+aQ>TwO!"?~ҙTc1t8Η>OI*IrQItP9e;1J==5%`|BzQI(1\X{zrdjpțyh*QvZ B=[:u-]z -jI.*s<؁TJGJB2k'/ ҕؓݟ.o&#aUdQx+gGo#aܙ{u*'29ݦB }gk+NB8&0`pMNӋh|6gR?YnzX}`~J7`O'f>Q39bl#6Q)ef~u8O놉xɡBאQl{ &2Cݨ=0#H-oc)htɸ_A'b_f9/FVרL$Wfq!;y!$FUZ_ 1ɛ%ѻ9O7CAoH-a#-CxCJ#91>#@ WBӅV|koPמ4H='JK <57Hq_r2LtO.Is[/̎>薸+zfЦnXS^R%{ do N[Ѥy@kps+ɶct07q'W w Ou^!+t0% U>m7f ׊5N-KJ#:b\Jta;|xV\]c@Ò C=Ѹb§лm3\V\xx~|P5.MD<`y#7%S3Rƙ7q)nCn[-Ji}+(Ǥ-R63k16TsU7a%4!NߟNÿ@\d1V)`slgFXUS/R3N}`hKa>XMGa{\d_KQY3Ŋx!@0Kχ#msu=ź:΃T>͵#_)a(|n/1 rJ:Wq8q)x}vvO$GFt6yqN=R{Vp.K;̃aN`ZrZ'}+4U{džnvs+{%B' dz-jg%llcIMىIՄ LC_T:Kv:{ärͻՕzc}e-4veH@Ӡ%"LL?E`k_Tk9Q 혢 Eh0\~4Xh k/gB|{sjGWj-YHT7g19[6je)yޛn MPdy@LG2oa.OkȞ$75p3PVΒ=;p ?9b8ʵPJ?eiJ!BФku=v뵫'Cr;Ov󳄆}'ggE$t~OM`۳:{黾*P7àUKY  Q Y_UJIJ54ca&RQY&0OއG}?E^t{g`d=RƟIhٚPA; #4-fJ爓v$ad=ǰpFj>.!?n%ˡmֈa\p݄ۡ&&V: b*|!7!rnQլZ7Ŋ̾~a+̈ᘐi-J@uuVn9#pv^jϿgR=&B5 3޺oО.TiuFc<{d3z ɐ6&R|W;ČR9L'5*EexT] $SS87@C\^뺽&HSXļZ%tG8C'YIaO*q'D3#;Qr]cm $iB-9,DàÄEip>HLn>H8&*ϒf=r7w삒d/L(赠骚`a (2/%Ien/uscyVƍv O=Lf染qCuݓ³Zծc^+7+Pa )[Vs!D)i z/k1/4mpZUV`4~~#cCia>jT`׸d`6bO rҟ.%!TW0^|o(0"2jyR`;dzMU:iꆹ]]N\qj^7<[6lJ~DLgVxj,꼘5ˏjJ9 Btho`E9iC !>Vq# CLh_ 6 E|X1 ×NyuA[D?_!!VfWq+F[oQS GNEH~pDۂ t?v86fdBTG`%wp{2M>/U'/Vѯ 9؊‹gUp,=נP:EU͜F.(üg~﫥dn5Zgh6ɏow9`uH>G1&"#vŴjj-[p] X\PX08QPR򼯣8wK"aK-:Y ^F8fi<352 3I~+o\(29=S PV2Q M9s`rh׷- 4]Yd@}ͤuՏ\{ۋZwҵFdv׫7y@! "lڛ' ҁWRuͻ/Q[pzu7RI绿!2Ք-b/ ˙GA"%:@&T^r^ۇSиh`m-t}D"-xBg&2 feSa^"Q V\v$h an& xÉNR3W&N!Η^'e;TW-O3j*M ;6*Rk9P=N󑗫m%8wjX_T* z 9OOGYx|9&UzqngW>eƻkcFߩ}nʇgBs J̨-:>C3}bL>(p9U/Y~@Z'v*y\~_?f%|`q Vp}^ΈvO6[W@osGi8Ticmnvx;f\Ԫ/aX mK!mixyĎTBGF1kCmG$G+;@ƱXE -Xsu+\=HssN2{--*,kw(:o'RϏ a|R%0T5II^Gn W%UY؈3Q@*0Wj# .pdAU.+"2BaK&yaXT[\T >BdXbBAюה_6!jweLi 8)Uo^K-{vR[Mw>FKԄX):C'^OKy?7&(9!>.Nh㡇WfJ]jbΎ{%JMSU5-֢٧ŷO g)I@U,Ʈ\a`Bf!c mpqm&%-q8 Fk#eT{J*Lʥ$t,>:=&BEضx}it%~-]=7_{3ghJfUޱCF?RDi{Y>e3rm< p;lt\{ &5趃զ"Jی=Öew]yj Pkv M vUHR ke d]Ξc5 F/!RT5pcb^;wgVoHF 9=@-\sv_+ t1ofJz(ϼHtJ>}`+chlcbDc[b'n0J"e#bMg!g >H$]n+Inl?Gb9Hb0ָ eowM=Ee{@gzjo1B75}rZMse#"-Ov,+zJDVgI>8-AO v δ~]|~KSivRm_ғRi9;C< *dm.\t3_FÿjxURh!`SB+B; @ vcԙ;vIy.J K^r5'%Kt!H{5sJ;GB)[9>cNWϪAY*9pY;hO\ ]' ]8[FȡG3nW{RfktODL*% (YԗjaP]5qUJҧeg8(j{ʉW鞶XpJ'v,Wm4=t7D@,|w8$4C(ϟM{ .|*Pw:eT >!L*fT ZsJ. +ncx0rN:ZOd  LCl031#8RE~乔<0<s9)|F4 j,[ `j}Sn5Y$΋&>DoXV\ 9oyI+؜Kƚ<2νV[? GJ7#>2| cKcv: ( ˬ-V(؞] ѳ] f,45--#ek$SvV]bMTc`Yl$ϵż@6|Ky5Ru Bao丢"S깻1 QX4Qę]DyHcO+G . y6>@k9qwL`pq"Pv.Z$&3Y%v%,Ŷ4ieK $*P$0Rp1rJY/6V*M@ƾ(Ϛ];"mCGh7v*v{Ӱt#$T em|pQD.oqx ClcH5D sZF  s@ %u:oQJu`גStVrVz:kzP&v|R\pڌ &H F^H uhg-h[I!MBW6t89Y+џU\gɢ Z5@X=Z, n`w62EC|XrwԔ>t?C͋Z/(C}\MXnY{#Oi9IuT!CJ:P.`e=K{ոyڀ;=on!쑊KxpW0`lJq\̮̩VAVrP%qd(4S͘\ ox4dљV'g xؗ qvÅz9oEJֽ}f&cPK9iV1Izh CA38D JbڊMB1Jo&cgL[tRJ }Ϥں8ȶM[+s:sU" M)`DD>X,OI^]g9mힹu/n:X9}E~yϟHe|}QmmA>#X"M"AY+tcK01Ne„ku*u:e,t>cR+m0c I&L=$[oj,2P6eS~:8C̈́=}fMPȟsӢSj}:| /l,:(4ݘ-O+L9b^#Gn!xLX>[m҈y0q|B(G?M6:,#3EaQrAdE 쮤~QSjIEKpG:_/.; 1a:Yդ#>ZV@hQv(}IM=*e¯TA5Ss]#"/]4R?23x1RZ^*~*sq 0erz޵| K]m oȀ8q[ 1z!OޟJqOh1k^b ! 0$}@@k4{b (6)P&DhgxrOFCgT:!~3q{)0"tqrsՔ`kO,zm}6T +Ϲ2Wvv,~բ9=AzJ2^ݒaǛ&$Qd 1Vف{s{/ۖ%p_5W^cXWYe2hR>%Z(ֱq9 򣟹bB:Uv%xNIC=X_̎5ָ2e/ +JYՀxu'GyG<By!1E6er _{q5b><j9 ԦdhUL )<*k ;,:ȧ~H\)ߴr£ԎZa.&Gp@~ *H/xFJO #J3Hr`I)N^kvA߁xwVsb P Nj4h9 rlv t9Ș|i˯=;F+cҸ/. KI2IqA%Wdb󶶵/=rO7[/R0`muq2bߠ2ePA엹TXlS9^sa'"C>I;@$.]q^oǨF_:7%dFܮq&riOCu\TU?{(5 Ndދ}ݦf)mVLNuF;c)`8`yIKx+&Hs6-h~c ?<%ApZ& nvNu 2.md4k $9 gⓢOE,'g-. NTw5”+1to8pl9F*c6WI >j%q,A8.$Ȯ\Aɯ8P¹kEL|FF,Z.܉4;Ώr?ϖy8@dT]bSo"H=! B }}cq+HJr Rvb`E4nq yT[Ŗ!%A~;uT 9dA>6^GʖQRCȳ(= ·,λ 7긄ѪdU*>Q/d>}{k=b4T0@[N:?Q۵^!s qXŐ҅Eg #u.f\f=~L|]®!ʎj26X>{[9d Ŝ-ӽaUR˼F/h5 \<'|egUMqĹ7 c"A5VPR]Z=\<=jX ڤ %Mb1M07<^"Pu)g|mZXFb{>ՎY3%\nŁ=ӈO*m+n#+{g_b0)USO0b0 0 |ӄ !Y GU):W qoUEp<Õ PG19-ne"lx@<7` uIhu1V/dےM|0B%r!B:H<32_J*wֵObԱUԚ cn<ڤ~8-tF4stBB"7t_K@tbhT¤l&5 x<gk!a n o嵣{~o/E@HՁ6`j!C&@)'-m$c?%T [1:40{&  ʨ~׍It,{j^%zwmhVꏣAVQW|%PcĊ^"Eλc_aI̬VЧ ::b.~ s.=T,Po/BsP4U7|:@7:q!MdC Iږh,wVv?o~GD˒U|8!>N(&T̞8/sϒATnXi `qʴci\‰3ۚ ِYY)Jk;7벪e&YSyA(7mU1)@5ڠa|w SLr>`*K3*#p{QŴ`,65p>]*Hf+`˩iO'څ]RmRRxyu_K8FG:o6PzY, xvBk컾G7.Ҁ;]ש[}.)4nj2LE=>XDmdfpʀT#ؠ63DŽ#}jϟ~όcJRu i2tɮ;H瑿9,LiDtOV9RBM7#UFg 9+eiH+Ν5aq6尿ɀ }6fN Eu.U W]ӉE{X?2|'2S#T/;ƓU`J\ftc 7+SڷDuY< OLPsXMn2E_gޗcFa~8DřB-%P2<[#/#g!!(JS~_ɞ<"?|j3x)۬jŸ@ 4T xW[ȹ ꕄ=(8n@oÍPϮ%%~(%s9%Oii`ʮ @y̚ΘZ8 j= ˌ-z*>5KC;t0eTNfhިhTqC=aH,&~р8CT"趍eؖRf HG>N(|3DD[X N{h+#-Tت"bKapCi"ՙ])bo$'U֋ `8_H»Tޖ\ܧ^~}Tj#j 4 =&hwjUFRraEa$gǵxRJ0u,C6v(,gmqn%4Xmb Ѣ  WS ~L]Am p she )#O!b3 ؒ>9-FB,~B7S ˪c>"[ƶ'x0 FCḚhSձѕ_>wJo~qb~T CsRp%!HQ0, N!B3Ü7\_s7m}[t'PHhXk~?+FKC"?_?txSeԑАLۇN`@\ {-l{@7Xp]wcrpUl' oJ P7f*;{ 'A)㦯ʹжc?P}i,9}] 0DĦ[`v?C43xzY6&kӏbvLÌN/UzXӍD4&H4WagjSl݄oF\N^X0 YLzcrl5X;$84DiRa ū@nf/V ?r2ɼ6=Kܸ?֧{ &W54=yh:Lty;qd !Af-k?"q?87r#VNW}XO{~,9' 2ldrN)׏F 4n_+Yg0mKC(@IJ=\KS7IMr!Gb¦ź]&#%HX8ۋhѥ_pPWG$#&$ %|݌`q,L q>@aj tNITb2grc1<5|29ݩf)Υ'R?|dXf`B T{ \tu 5n[j@KM8Lw Y :fajr4>eQ G`6o!mނM.TIQT Y*(!^ժCm.S%)-?X ݢOQޠ^LYr GKrM; cc;Yɩl V~-7c6Զٻ}L6Je?qnoގp-ӗT~&Q ?< Եڿ5ʆ(zqM$|u܊" ;~CmХI#{J)g6'YNtp7|i1 խ\ ,9;^ЙoF^#:xe\^e=L,*tP5weoP[rK_ b|CZ-ԠTJԪw ,}IH`=$  C-Eȏ+ PܽTY:0f@e 1a]5?pR8']TR%" R`nCjX.&qYIJ5%4WⶺGSB5 1 C*,F򴙐9;nхuZQgң[G@$+* `Zfk̐#41"A<U;haxǫv3((G$rk\Dr9ai wՒT!nKv]DÌvjqeZX0hlLj3p)@?Y)}+:5tS=#lI[iAD>k9B,XIt0,%N_brzÿ4ʓ?בQ@'m_RYP?{.?/_6l6?Sz9qހ^n7 )kkQݷ#2P`hi1ko$"9 Tcs6SM1Vh=Hh%(Y5w%3Ō/EMR~i13Yɩ.qVH~D-7;G+w6q* AeI]=K*>i)bdyR;u_uvt}IPJC=:| \=פ'PEc?,ҍ5#h6qΚtlb2p,:!"z*^?$*Q}@ł5HKoVIWl#;S\<⳵hfe;mQ;TsEfUiF2l~ɋQc`x2j ~XBo yrObni{0 mO6+ 83{CX2<4'aeb29ަ܄y6@bš?w2+5N׊(ewBe Jսy ?g%[% fr&)X~o?mhgoBw7UcBhK-s<(E |17Zژ5Q&x0QリL/*~q{'_NϽɂIQݷ~K#I1(kR3J7po6hc:tp"&]o'DlySx67q+z)3cm2} ŀmcP瑟o'ڋDQC(`4wYHW2Kz-(pkpҀ^b8zP=wME&Z-%)9XRL qiQTϹs/s41F\c`ȶ[csuN9钉3"s}ŞZ|I6wp>>brt:.x 9 wIcT]Qi(NZIФ-0Pм 2cϮSېo bF/OH rB9Z1aˋ$t*JA0nqb?jB1ksjh^Ov'v@?ObL-Ժʧi&{l[bG Fn^_I`lq5)3- V=ƬEynbFSArdP7GUv,d}9D;%nY>Ulړ[.A=9[ޯʮj(D|x#Etn| Ұ!Vo[8*տiA󩗧WQ 2KIQ89rFeDgI3UB(ue?\`WErZ*e"7aMe9BTWtqFϝkYjDǴ#U[m@È7EJfV653Y*h^J~\0-#2+!+Q\=(pqS& GVN5rr ,~.) +F&*R3k "!Koڴ1'@.\/OCL j{ N C;Юju%<tbzV-l' _wD3c\ vaJ;mt DANu96 ɮ csp8N_U $Yw: rʀ4g&v^ Ucm;3lf7,&5z9 G e:,UJUi1hiuyiE#pMnxA<-9_>q\G#3bfFܨ1ʃhAJB_.wXﺐd"9b5!@1nY6TpE [`@AuvY\XY2t91 Y  QcI 6DފoWr]qMl82,J4&.JY4HY?@m.;'tkM .I (B>IՈ\N-x+U&mz/d΋u`quԛ(^\Qg(Κ 2߶Pz`1Ưł'νk[8 ]'(`N4k3{F8QDMi̩o6+)9ԝ?D= 5`b'CruX qd)WX _mΘ:Y1`/Kz[ޑ)zJ2{+4 |( v*{'4#G\/ #8񸄗(0ceՇ? @{HN>E@iǻU%ypwT$u&;/,p4kHOSjOMo=b"MfF:,HЂsEDoޭ݉gByCHV@6u.4#y> mE}~즆OD `6΄MJsߛY0%>M#xDLG2섾 hq#ئ:NԶ:–׎:BFYk HF|a"^er9އ=:Wȣ4E ˥摔C?}hW[A>Չ%& > lSA\֊5;5w$^/o(o)u/F.z" k:Fž`G@1K/sWD} apBVWynx{w8? |7}z@A)pf6c )ؖXv1߽=YMѩ,Z߸>K4Zu:BZs|ӶwCgoh^ ic:)G70 0H!oxt~+[ KBb%c0柟ӱ 0# %7/:=73 69im)@<5@MlV.RJx֔t*hx,LyCh+V,ljJ=l=x[A-QJ}ZplK.{&,F!fV3lC&?A$WgVFp9\i.]>dQO UlU;9/q+gnU" Kedvz&kquXޅ>9ᨴrTkL-#H8蝙+FMusrsc2|*'xRzW=j}s}74ϸ5Y *up 2?קqKTT<*g4Ȯaξf wEnv@On(U.36a8lKa0Fk{|ɼks%1jڡcɴ&u6[vT4PL6#NkJN[0Z@_!$цx*{QH|Hō ' xtnEDdVTM-BD&Ԁ0 ckhhυ$x!6N}aқs03kz5f018~ .g^hP^q2 |*ac_ OIVG%#y 7#R`ϔk/j RQ4>U%E5+;7j·O[gyfsif멛 yP-?l=kN@!BɶI[6=i| OY5R-T~GC=l)UQԁDZ*@/_e {ߘB Hw_ Bv!8D ;YJv MM p5w d;d,]@;༲$)1UyUt1Rɺ=kFt[E$8jjSQO\QuOq[WPs^TGkq¸[;9w^ F?nWzPPiXo BT egFQ w3_ׅH}n|\,i{6} 8i"~O>T 5/\4 4Pi׉]~d;)}oyd"ƬoOi=Pui,VZFl҉2VPZn\hJ $!J,}8TiJ4^MʋdXs#Uy<ޔ36oU JCs{ՌZΤeJ:D-TdiYS;uӔVn9/1Ѝa_h9$?sXŷX3&_s(74|u o}~7k`ml#wgNz(aO<&)k>d{f:Db>> ׃bX4vE3Qn[1Xe]1=l ޮxWn &h6ږyxKrul.:!'LT d`a(ef5JE{AƖGsj/+-CHVY>O@襟ymgN{P]nCm4,u ;9%&=T!yVHxbnO2Vj IFCNvc&GcXi֭!= BpA׷ B?ГG-kUq}T,nH60\ߣ-9 p3ؘ;i = RK|lحfr֧A6nb 2n1{s2~V<(ڣZN0^*b'Z`l01oLOsmF}.U]o_-l+ H[EJ6@Im@ɇWi$!ҜeUo{k7G[0;Yzؚ i烹^`1 _E~XqoIN+_27D΃2|hTDH*wAHr^`"WLO>&,lJsC7~mIk#Ǔ鑘:‘.hanYS[ 6{a+jrOep.@eay#kȳ0jÅ~@FlgulOZoׇ*DVzJek7ok[>Iak<*]eN2+vvp[|Q: _Xm?,_zJC-)e,ٿ e/"?[dǞ`e *r ܀'u?<9"\m28s)k'䖗K'u¡C?KV E|!>n;Ѽe2LA>ST$EG?ؐ{zeNxw?<}*LO~ ޚuc2(TfM6q|l*[4& ߩכ&̞76*3x]4^̴:*#2Kt G,5cQqKVXS!f聒SsJ?f +w8`;٤s|si~xGі1p+k}3`/K˖]PUIAWizxD辔ybc#r8`:-1izA~W݃x0P+??sdaЇļ6?rk`W|ȏ>M!} s'aH;/ e*$:I솔EVG#g*)+D cDGK4I(Bz}k#k'=8RkH_j\ܑ' Y }5uKʔ9{i N%d(3*X]L9f)[J$`22l\H;/!T35 Sn|ŗ5EDCb(ӳj+of?`0/17-c VqXVQnو5x87rGօrTaZRĨ^^nYރJ-$ù5[Gx¹8fʞ|D64]TiAn1wHr*[U1ΠZ TDPdmNժ`Auv/x|3JDbokys]3 χ2G܆>;We*[yPH;IOj: &dB:[\斌ٚɗyxWPf_4^tJ+n1-êWVv؆$0aQ|M@R Z@Y6[QizgՋ"uݥM b!uBghU.BI;=oUŎExJX g@l2M>P4󝫦0n x?>2IT6YIodo= PkUɆNmi8<$-RrV'L>/8|#o 5-9 Ct^;OGe>#c4knFR3|6[=G(ER?Y{.~͓ ғ>J)m1jÁq6C[?uwk̖wVWO 3o![is+qJ,'qфGo!G#t I6#,+^>\}qCh?cF(Y xRm _Qh? gou瓽C$ޤZ2^?W5o_ZsfZu% 0=FzKzjIIJƼbC;3 'P|l:`;ueJQ*)ǡDGٲ~)BZ:gnya>."??՞ y-fE(wg/P=n7cSUHU3QO2`x2!#>)]L] bgX7`)u!n) H,%cZ6hԄENӾe!:w;eV{U4ݮUxN~DS@Γzt&)iFzp?Z7i7Wƚ ŽtHӿ_WhZtڃf,V1c2d.3R=43G~ zZa!yUc~O⭀hCUI`ݜz,+?jJ>JR}y 4 X)Yp!2WUU$?t<[ PԪ#~^.'L=PEk~U-S#;"a9wR6oso5uyUǗ@^6\TQo}t3 V][\R^Z{7QMH /rw~lxeʁF'ӯQ*p%vAb~1,m_NXmPah3Vo璍JƥuQDk7'4lý%bӑ͇|x ʲGl͕)B.GJscPJ6V6i6.-$q|Fs3-9L-tmMߐx4 }=Ulm.ýX> t>H%>h\JX(Clh)靼 YioC3^t]aVn90/Ht)< 8{ }&kC mg EXylB`6m+\= eI_&}b$ jST,}+f @gƥ*q7)6 'R]u.{XTpCЇ߻׽W{BOiuFvLJsBdfĢYpt\\Hi)_y+K~0#!X Eu (<_Mk.b$Ps^ym*Gnr65(PqK&bEPeG@҉=⸉S͋_g d7s䊏J$d%HXAYGK>1v60 .MB$I;aD'8)ʽDv| B?g鋁Y2 8 RҾ=Kj90e)0vP15 ="3#y%k6l5'4N)d˷' +h9T)o*%0^`.hxs>F.H'p ӌW 85lU4[Iu 8K^6/L5#|%R>7a;Ĩ-CGr–³@8i9PXz@7%h9B# ^YTG^P'n pr6fl1Wk tV[=UZҁ[ITOv]YQai:"" JVR!Qi$-.Ҵ!#&IԻS8[L%&ܣ|e~M{o˝qaft]Q*n7(:#x%]BsC ϙP@`ިV& |Ҫ!fɮ3#u}`E ?g5DБsS 6h 2eѠWbCSw];|ۃ%+ܩ9"q!6 rH*c`7m>ߑ/U#}G#A.ڧz{S9Bbzx^n:!gcP~Vu)[v0*:=W5G,"&_.+c>K6_khڈ)y5q3CN"FZ-l-^l>bV?bxGfu)ioN`nc8KWup`g2bq[  s5eԿEIUp UbE#uwD[SIQ|e#7&zB P6D{۪ 0!ްp9Qrni&!070 )=[uq/OXجt"*8w$4A]3 .RxZ;cA=&b#M8 ctwLNprߕG)2!U2pb,tNuc5rӚk7c9t> M*< nurj+Rd 0w^x= ɣʴ~L" `@N~ )/ֲOl-GFS*24MM`Eݯ.Z1UuYiՀ  Y|/;qyO*:}RgRvu֖HRep_q0d9 ~7+_].}n\ :5 ^!:8y>:O|+xඬ[XyVj~r▗ b?# ~ЅDWz}Q;L^kœ8 ۑ#X~Yf0z'5*\B lZRr8{60$LJ%mCljC?&vmHzZ[lV=1uk@;ؒJ#Jl&︖E+}t6LuJs0'e153O_, PwxYyZ/o~L Qƥu?Su,!ɥ| (r;SeRWii8[y-f'B*α&J1nseI$/.лjOٛ E*C弡Hɸzr9V8#J0H7Npԙ`ZqQ|\k:+C"~hɄ=b.KS=dy'ߟ{!;LIzQL`)s$^6٦aR+&ʌϛ@'ҍ#:YRa7ȍ0QpQ/1)<F')33#;mX5|7c2pHXG?M#`ݝA^.:B?,DҎPrY_am~π;Y=wW<>VwcafQi82^tҐŞcE&|$(Z,V7I42y|њ[k Uc-2ofcb 2 vWdv l9kcK+7 g{-3AD3FM4|cB~#M =u:y]z6R_~W}P^"Li*$Ienu%x~ti̳}H HktCi;<FFsle-ZogO[#ja;?FjyQ3J`IQD>O坘ګ,B)FH e6&I؏?EZl'!X↬c.J XzKֳ91xK:ޙ;N @~όQ^+8u_ `O \`yjgHJhћpX/gu9q`.~U 43Mئ-rY `6XB${N$)}Ge(Wݽuq݃̒X#8Q{XE _"nGMbVn.$(6_b(%XT,Ȟz! ۹{DK:.֪r~4;E0e|K9Lj3u*s653FӴ|ş]LneNkCn#+e0SXOj",YD[CK|xNeb㙵rA-M5{qҹki02s$xZ{,.z ǝP ĠQY.E~,[נ#mg:{d x)덞fˤ^Rǩkh[+`uLHd"@LOE&6.DDji+xN+oJ[s/歰x9,تޘWs(w*/72/~/?> 9ğ{^@&\k8=%$P6s5ܺS:w(&]p,7;Cv0&V5BqQreaИ,ķ&,[ȗ:d!qE{!%5>Tr{AXGE;/ 0'/(K1?`N:*$E'> E'EIا~I8}iQtRikƁB怪W<'O1)RlTQ<~ @٢K)nŠ2pEځ^Ϛ}LM^ōr/fk-WNE N=p FW)1b1#s•-l4< R?eJ:F4$; /7 b4Sϰ>b;@," 1;iǚn6g7Qv,"n0.}YʥA PS#7e,:KXFT<({A,gr %uIe$7L4: `{O-u7{c4qtiگe53zT.!^]f68-$NO޾*{u!ԃGaI7LwhCduɯEP~z5s&Ҕ+ߒTYE u]gMżm6 De>7 *$zFn1S:9C0ޖ2h4V4| sߘA~nJηE (IS~_ ]aDbhhZ\Q0w}f@!ypEw6N}n&IoXNH9XN))(X3xAn.A@*#()cHHLA;/U(3g-SKڛ,5YW30n *dVX2W&Ud*)Gd@{ ]fQ]S /͙O=!fW %XM!+B6JJ6~O`ҰpկgLB*)b0p K-Vmɳ[ r \ĕ|Ti(鏃tx5FoL#iQ eHWVJNBږ(:;4AʌwKfS1s]YuXuyҎY.x̓,DӴ~,N-Մ蜿J*J;_>BNak";D6wҡBrT8.C~߫٨ȵ>aZθT3Q q~40'~W*ۅ)0 ﳲ0%v=RuL]v{vߔOB>W [J;5HklC3p V!!&3)eNh6:`ՈδVBI8ALkԡ/4 6@jSnxh~]:8vpdƆ9a_/Sy 貅t3?CeD|LҒG64hn*_;~>XrEcuqph!eB c|ݯsqR̔n* 5#VK4(*zQq֡ lZ(C+95v d(UR~HpXt lCxO)EAq–0ꓨ:Ƴ9pav2׌J DenFupPwzQdՊiaU;%b| l8 k,/8 %mT5.s&E-mL94w^8B" Rʇ0R~`%Qt2W܎u?!Y,3Xvm>@w֐MXQ^〤{NUІkm4$&ҹTWfw8j}bُ4mf1C2đ|lьEv)h[e| n5UBPɞCs9JicɺR&Ċ}R2B{8: ;뇉z cꆲ$pcH>Dޟ?wD}!l86KPgྋPELBTD $%g0Pj7Q "\ gkw0@AuqKMtI$S^δiξ`[rKzsʐŰkKә;& vVy/Kb% 9W5'"RKJfwfsɯë%:K@Zv ch"mJA\e+/Mgw5U^Wɒ=$P],@3An6B,Qt^jܡ3m_krj9a<{@4MB;pBoO~e(ǥ+o%Ļ̃yldx#pR,`CUlҠi`P`@1-HTL8lu-oSv @^'3nWuU`*Q v[5iyGxY` Ƭ~[]2yá$J6-/{hcER\'(;p>@l2 JhFE&f@%ai$Sh9%nXL2I/ mPݎixګ~=Wҙa<=4 0N*8MnpJ0Rۆ=g?]t;`%-E#۳p̨?L(CCwYg`4Is5??$&Td"L$Sڶ (td:TNTQ{Ǵό3Pj!roOE 3x;oϹIQ7K"+fmW1ë\΢9\8150J &9w6|Ԁv췜EuX)a{'/޳-W> +wU?I[v֤,784o4LρuۈoFY2Je # ôK,~a(5,l:TiCQd$,=J@nhHRn%ɓ=s,&3.(믢&J K']bM?>R63My2f rGS˴pپ.C4OEJ+W(ДL"jprET^(?Xm` #4DJ?lМ2+>twc( }X:hHf'_o1t^s-oubAm_v):W" c U:oݷ<Һ՞* ! ˰Hj$ >A&y T~C1q"]+#D3)Kcọes݆/Aoag7@M Ṇp\6Mi `>20Q^*Yn6pT"hgXUQqSr|*Mz7L-5pI4)~̛'']t"9F q"Kt­s1\m&|**WLMkOjJsp% FDCJ:^J#)$"3w^>aRh; jpDsr0H:LJSr& qnP苦h`FV:Eoh8%[!~tO (Խd&D4.-#8~"hڇj͟==^KwH yxWX1Qǿv[]2$65=SJIc@C:ia io .Z료~;8%-8qg5tz<$ !w4$ة?ݲEjS"=~偃'$ŭ s(T)pMh¼~N,c,ms-N~S>.ܥJA]H-;Q4ԍur!˙fEc͙̃F'Q1t.D"HxC%a""0ynPםĩ/9h`u-͑'^*n͐pڸ=YIc;37M}~ IyQj#;33H?,[|MU%0+ _C7&`4+^qFY$ME<_7 6"[d]BnePi=٘MAHs"6Л&):F1n x o"Iz(1Ed0eG>r-GFk 6>wI156g"HʯNzK>7i8+?Jǻԟ@[ ^l qYH*%b jBuET8˂g$\:氎5,yXq *u律A2,JxeͅZaǡ3?x yS19 1*Gw}m@V79^K|Ȝ!vyˮp F $N:6>l4i44&J ))`'DDĐG/.moFs,5p ڦ{ Q 7i@Q?Be pQz ~Y\a0&H`\\?~C6[XspK|ʇ&f$Ga!R*I<,O"_C~`o\Sm*,]DkiCЗ5Ц*Tp aS7.INu04/^{6ǡq%~k94 iwh P0|QLWG[>*I\ ܐxzM[~:P(+=Y)%*GM o e63T3(UedPdw9c}x'%\w:LC?3Bfo9}Y+,]HJ^`\@M΂2&O'2W!Ȉ9 DE"^H`.9έ1PQM0('f" $c3%|ZC?*) ІS{0~x|ya˺ :@@;ˋb ށ#y{K"n7)?.ks3jPd 7ʼT?-ܳ7UO+d0]R9q=vn[`P b1^xb,\gǸ)8VXuTΜ u=K }I0[X˜M@8ן t%*zJ*My*;FcI_:!GVWYڋy~h>@CՑ&Cs0kDz'Y'*5B=cE55M0 /Y=Q97.F'>#|ff)]%񥕌*!ZYLlAC ZTpf ~|>F;#?7orb%)FeҰR 4W50A7,r7޷_΃5rZs?c8ȟg<=BAcW SoCgLj_.aU)9O_yfM3r+$\6<7Of9Eʌ$N͍"WAP`\<>X ׏N ݎn-*_dxFpU qήH)`T6N>LADͬKp@6z"yo?Q U+C{yepd9^e[v p&1ueMuw?e+jRq(_<5U VTvL>)]okS !t^vn%0{.QG)j1o:A@ NPم&&6ПpGdYys\JQ31∌vҩm|xk'@LZ&8MXN'XMz>q ڧE(6Gt/?X}`6U/}{h@,5DL6VK ѐıMs| 'NKLRv&4gm'&yqB9 ]wը /QP#mK^CS,\>3:F'B 7K (_g$q[ R,<xik[KT2aIirz?ׅ؇kƦ ([zl{>̶` s{ 6×Nί#:=@+-!PҎNI0yͱPMKvԩ CGSmx;jâ_}abum>גish\7˞,a}m^){N4ATiք,*\iW܈t/"JME12p&{B&ݟGFeLR:n~ð*BZqone&Y5_Ωd5`9 NW#vz`Njqp񞼟'Ϧ3GqSmG"x5#[2ASL7v4J/ى"M\o$CvDvVjzzfl66%W'b2e,uZ6VcK^.؇'8VÃגо&قJ:].X-f!Џ|ߣ:gM9rK"\j Bz!iդwмesJښOaImľ6;o2QoG@s6_╱ Upr8kUy@"ĝus.Gl#ʨb*t_ 8b$OJI3BPuZ_IXR ]h=JJ.tG3:؎nEv|+ k@?FW,y(?WnCbP vx q(V:iʊpN v/௦zʇϓe ]WB]&%"`>7|^o8"E&0ؒTtqNJPQ6\td~]O~GW7r+^욑Ti,K)f;4usaooyϑ})?EQ!M9 w޹&a\ lwgh?sZ qzǦ т&}', R'ha&P6 M^U|vvb˶%{_2=S_Z|+ :]Rtx$9^(9}MjATܦ&-N=ɼ2r7:Ҕ, suCҺS_' zvaށtdpD\kfoBx80x@6eA-okj+3MJ _[ϲ~ycTj2e-O4 ?`8:̊VBio5 jRH6M%L3/M.@N$|NA(-{'#@6U c^sغU )ݾcdžZ ?C Dÿȋb6}M墁yߺy;гŜ)9ё(8LpF|6el <ń0ןTMh%D((GBg.rq=Vut0Դ&%H=;dA.~,8$YY &Esk x CɵX)ZWå8$XSAK`VþT%iK #Hԥ=Ldr&g9/?>;w(e}}FDLB @15?^STym&-Ԫp}J7tx5GM~?%[,_ÃT5E.Bȡw!{ىX0BfgfxJK­ >Ygp?&Z6"TEȪ}}~('/d9}t͞VvXth3XӃRw7@j[O@J1=Y{HQab" Ln13#SZG*uSybjk إZ]S?*n[hpZ88U0`܍?Q֛>EˤX}\poJJSrh43DSUՆl)s G`Z %vQRϱ pwc094 LH2B'ьmTuq]$^HGDcj7ZH}rK 2p;krf#W{'M:~7#b"MnmNN }{S{Eʭ7b8` ;qJg:r43Tw+P]̞[‘{q&akP,WQ?UAkƁW }\7!yiiocN@I+ۚ]^Vf! c\M,*iUXw~@CPFH;?g3 tj$t'ȼUEo*B9/>UـSԜRױ#ґy`m+lZT , APPKXΟR?:j߬gy6Tka zw-'դ;̍(TXjP;L/R/yu F$v) 5*x*mE"AIC(Ӏ3KSP3SLJPd 4LzƉDۻrG]=<`H 6$K}4`*8QL e|b)/upI2WЅliac O(feF];Kr m]n͹0LL^)[F{Sw.63{ ^\6SyB[mʭƌ۝8JZA,~[QI/>҄8<e#p)&B&ERhJխlFZQ[&?BM"|vMTi 8gCzz= i%Rw_" #49p5hOG b`&3XWaYٿ&p e^"n P7G O\SH"@E끘DҠ۟U̒  ,|E~Ӗ ؏n kjҠEPY7ɯN!@jw5p:Kܵi#ley6.lbK3C<Γo1 "Ł42za@I/qûTqWgx arByCP{yVB}v#GFw]GbBKqek~nlFg-d~)*a /"8fy ֤9Rmv(]A|/z0jCң;i_>4C:(~\)huЫgb*~Fq\Š\'eb!3~/m 'cy(>je)6_}iPsZ{\t)SI3^Xɝ=5lCZrydQw0u?C9,1Fd2SMiF<e{^ ¹r  ȸ&SfCΧ\-Ae_9d)z%*WG>I{}uMR2wxH(WP1i6gvi8IdƜ1,؎F\̱A$d:B R%'JxZ"qBЇm{LVb"i&Sڃ4}ò~ Cѿ< Ž&+8e P3Ō {TӜM.t8Ǐ{jQ |?PA B4KϋVSڈSgr}ukK6׾$"=),*("]iͬXCgӦten"O%t@ߩڅ$ ̳wų(&olrL?GuS<S$k^xͻ~傯_Xx[eJosIlC P'**'үb@KË"62H<,Nh=Y-3D{m6+53-+dn6Ek^^ʢ\8{]b A;q1KTw5 /PK245xpy˙ tP\f8&~ilSvMH^O-(e|m rxQpa]ko%}ǝjJ9Ä=ħ?d\w¿7/wjSTycs҇ܣpP堍7;>X"H(8PphTz&Ju *g'% *Fe֢˲3=N }ehIVѽ6I2@%ܸ~wZ^@lp+SxbnY7'͜ (I`6f{1!p' jK ?||3&| #O_5 wDr^ċNfo1r#S/E+SREǾ6ÍE Gk8ZZTO ,,۳S_F-IJ=z-DP\F*SO9zZ)0"N9wˏtp48Sy+B@kJPTP>]f4v;TPNG>QH2/)80(mz;P3`^Ya/ Jorސ@a}"Apڻx3ts7͸O@Gk>A=߬`|>4^*M1uDN.]gziM'f.s)tl%CR9uy$)e>aLJJ='}6;pt/uE40W ԯXJ-EyM|d` CKBV(Əˌae&i@_Z?;.{؋\ Vm( k@E?/FŃn`8EN("8&P sG{ΡUkL%#mVm7uv))p#L,򢎛(cB^ |GZJ* 9ٜm 3y)(͓WF1K.%LP?Pdշ]Pd W&dBp w{Rx{'p9-V2 k47(>y1⾓|2^pE#mqyU[;qeK R j"㝽ֶd _*=yMv:S<X̖WӍ3'R~XxU{ʌ v? K*e`a)ٖ*6}lĬ5*XI$_Nm"YQ1aRz`a7?X T^' N9}Wa61^ ݙF|ɚV S%q4;1}ٗibbز)t\-͈Xo}ߓϸZ+{pIg GEk"Pюrzh8[`p۞<:\ot_rQª*"_CĦpXpQ:T~xV#k]<,?[m0~[ЫG}ÙTsy;J Hh\ $v:ոF MË;+;bpe'S2- ,&!R6!>YTʖ'R@;r*1d w;ū>.N #fYWv)mA /- ǭ. 3!7A-5(߅nRTEZ~3z K+Scm_SV> y@r/}]hbМR;7FӨh4Hx&4L-23bJZ|k`8p7?NT+y. E?MEޗsz;8oK]ŗ&/xfq2ҳsj{UdC&}{*pV*9d-CpOU`;AN*P]p-d?<\Qa@0 [\@O݇ܐ6^Ђ#^Hӏ2ҳ_;H=K~ȃ ^ɈA`!lym<d]$0y.ɪ?lxl %:&*\ǠZv8t})iMW-*4.KQjp` 9|U;8)aLEvƾ陱˨RKFjÜn>Ko|SKŧ.=bȥ<5% 2&b^lp]b/߸ÇJ[ZL ?l[\r[3 LZ"K}UsU6;=喥ju#Y/"|PM͖iS<#5My%w5]8<Il( [D'+3+f5U ;]h,xG.&RSRwJ'^%4yKtOANY7ymE1hF縸9g5άrDO{w~_Cx%90b왁M\w5 AI"`x&P3Cq>>ϴ:GA 9B0k(KBo6+6hv&'Zc#PC@b舘8 _C}mR&B]-(uR{"'[@o.\ ҈Zq:>C`Ex*{@6\- +7ygf Z={-Ito1E:jM_)~2,UE _%ل-,c!n'X19wFR+Nu`nF9/J}&MnǑ):>72Y$-XTP4C7on kܞק2$,wlٲ. 2ܡb9{VYwEhp;<+SyfaK޵tAmpTΕ_¦Mob̍P+PK~rtDԓ3 _3}x;x2q8< hqH Ǚ[m!AVF޳an^SLpI"!X+4òc3G}?LZB\s¼.Y[yݬn6!U,~FS5Ի鷇 SĴ*&NwjTȹN_I;S.E1|E:]  ( ̱6 dqݹ0JeC%o'udCLFFyRlT }qֶ6Q_s/ąf6B 6jkЗZOV'$L  p^Cw Y݇UW67! uk2Bӫ(0e F~S(R)1j~0Lg" <û| ?_0Huְ`nC?}Kb=_j_墿fxZyU|BoWy)89 7 9t XyÝؠ}ӹ!c+g"Wz`HWr≴O:+0foҜHAd>(!Xrh@NcqFou7chI"x^2.§˧xw}Mj# =},44HZ#ev-Tm"k9pGI+qcw.2P{IZxˉ岏y$%[[[%DPhcRh/k$QM^X"2ǢŠ|I%=BP56_C5Իխݚ:aRV$7lN}$ difL\& ?"״cKjn$o}/l[LV&Ifֶ6N>9"5/捸6؅My!bW'|?>-xW\3C~HD|7s$ݪd^ԅ:|C2%!2䗣Łx[Y )j0I:-I kHr^]$xG`fCSiơ<6DY@"c ϡl< lg.e \ ߧzYT[=׀&:vghAی6("ͽgj]3)CٚJ^Iq䛪Faʣ+F8SU !}j_hg+B1M`u8o8C3o/1a_4x: dtY}*7shI\*"iↀ־ʜ˭ϺK_CZq񏰪N޿e`Hr[X';q0sǶt*%!.Ǭ=St2he+|u6z敫+}]$Ӡ60`dV=rs !љWj4pIJ wawcAa7`/vj/~GSMTֳefȿN)/_h">Zс\Cvmy[()̑XFscW HhDQ[D?ǡ;: E@{- 8 LZ$DT(Q6%&eG8y@K+dqҦx{YkƖD0ev4P|՟sc 4v/(:k,1ڣ]cO@ \;m(̾G=Alq7^]&( q[{ ,ww87hUGęLB\.?ڠ8 r-V hό1ax^0q !O>AF|NnX i[.y(Gqms6X]h:ծq ε͡b7 X,!L '?Hσ1g]-yɺtRL {qOj s.f 9-Nec`!lC% 5wj wXBľbb{2'mQT_>*^~aWƱ1kCK>6O 8y{{K=fmc&#f&wTTO5m ˸U_dw z,# #"o-2tj;_$c6H-"Vc R'nP]7|)u/]WgXi~n%\Kr 䟠=ob#L^LX:urS֒nU&{iyLL4 TZo+A股1ʼnM JF{R|Ů)::_>Cɐm~,4_$E{" "]KЖIoO<] &efg ]bDs>-C cd)?YϔꦝֹE" |F0dyGR^.QP mkhQl?ƭ(ݾt *Z:>O?{R<tlWj3-]8(q:Q BHH3 'f62Gkduftk=Fe.L;AZQs%Tb+UNť|x6GO24K ihĠ{nV%zX̯+ s&}3vp;+2NP$*޵ZKNK)3P7+(\Q*㤨/y) 8'NLX(h)hsj5ϒڣ4CvKH^:mzM,24A.v gqC^ rjvлl&Xec%`SVw j.7O8Zsy*R0y[īI2Z?[fpV 3]O([l4dJBAG1%\|GYtOvjDEP}D+G@5;3.80NF ǗjVْR١u$;_4]=)C!No3'vԟ4t !^ub @}2B3 u-&D*iƴF;$"q&ҡ3=u6 kM v&yJ O' MT5loC}j5-P %b S޳5TgHMNr2Aso nץ6MH{Β&/ 4s?Gn(*D0|ű>m.ڭu_I\mmAR/R+ ?5j%!tG2E͊1փ{9 5#"XNIS0+w aōPǀ3`Ѩ>Cmqn~|7XtK%i2 _׶TƹxT*zV 5P1EuJKN\ dzU<^,jSfk$GI̭~e, QWƣ/_$Km\˱5Aan!UޞPeF}*$ )+ V=r鴕WA42_PDr^\MeD~KL= TRYϠ\[hq %T+řŇ[Rd YXewm`djQ}ۮ+>#QU =kj,@2\L`gxKln/k+ UnqIHTFZZz9]\KgC"| j}ʘxMIXTe1LK1fa3;- Bɚ=;)l#XWEcWB瑭gOI,!ZfJeX 5k{fz֜bJxRJ^7q_UJQ2[H|?Ptnwyg4:nODeP{-b|`֚-yB;u|rSXa|l|]sc&Jr%^_%=䓞AThf(M7nONԟn$:zm'5DX x35W-k{KCeca>Vۦ#1R5a pknYcƭ76$E)+<aIT34]!96q~8kX`^J19k^-9-o#(5-LczV쇷BzޞϡY LJԚC3.CW@F'_$!cPŅ3MRSk] +}!ʒL0b;n_4 HCs 1@h,U7Dv$Yi1i2r}DJ 0iq0UVB| _aQIt1m"n|\oE 937:k4VT*%@"?+ݟ:Upg\R<iqD`{`J,- \Bz+ёGФEcaufK$\.0WY_X($5I&*5ZzkD$7D8exL;qܯEb/NV`DuYg%R 2i33v]tcAY-rlXIbk'8/D8i@Itu|#Z )ָe-sRR չy jH~=5 Ӯ@f-ސ 6?wOu)mGmY' NX`Joq㙷^`ǐuN[ иj*>!=lVR@ǿJw2ѻ@e⓾ِ "4P,)jL`1e62[ݶ]bTC#wUD*P`A 1و@]#k9H t"S.k4*@9iKCb2B'#dKGƌ^;R B6ϡ?OI+θBjI/Um'rwݐ'Ӽ _C/[bSd0fYޘÓ/8G09Lsj006 geafnVύW-Ώj;žQp˜}Gd>\BFB/0? 3F@e0KՓ*_AjN1MYN6#ʤYc Wd-+"Ujdi :^}2!*G o:: m!DCHOkHتE>73_K<;&2gp-Vb'̩nIf߿,|kKl`<]OBÁ!kvv'A9Swݦ;/Fh7Fj39MD+UT㮖J^JddWOTgw \!$}Pg*W|y%–#|<2@Y=7Y LAaYmpOt1&b{ 6C[xq7ؤc P}y&*9&b$1bs7m׊N2޷vgϦ., R€"X{ϳ7 J;R?//~ {'uUlfR-m ViIfޯK2QD`rn rϑvwѢZ9&y{62a/Ahؾ0$?L-u{qQcLYےNN~Vݣ'oDp27լIlUK |_M,CSC_!zo N7bHFxak|}1HIt Si@mEFCll$ˌ{U?΀AXa&Vb!6uշzaK3oM6pJ:y`25ѷO_zţU^q]gMB^RRgw_M[8* SWs$>?^3:yly?|)~uH!9)p1^b0Ct9Rg 6䖻DNqa{kV$Y)>+ 8:!k0O:Fd"#Ӌ͍>b>zhC@PkVɡ iPQt.Wx..>/eπoW9Ad|8ԛƻaFX.TGgE?ogw|>eiy[?fvEO*9=Z|)ɖ0 G +eQ9k7_כIa_{x ;"sy')s3XcyD!um:10΃E%-+6:UV_l O/H :X~!p$XlH9S3j TO*V"pJ010cD)sNvSԏpܶ1z9ƕcBe~On/zH><K@ǀVS-dzq=(:>xJɿ2@=7F9A薚A#۝5F95t($D\gң?ÈHcSJ0, sW7`W+n(+D>TnUc3"=kM\3K=ڬň[=]<F;$TkFbn̿gd+vTk2 u.?t=0ZIC _cw,i,)Ѕ_YhwgFSAFzf[pe T|.Z0R,,3fEN GƢA'B񔩣r)^eI*)vA8]8פ2]An}Dhj'"7j̤ o'P<4@P'ax+'䇘Dq͕vn1Q\/`ddVHl]Hcs?y-ġ`'?G1O=iU jfvY'ïd~?ۋd@Sm:rWZj2U*I4["olxw]@~UgstTmjpD@ا}xw {CtWnz؋0j ͣϚĭ ľ D4a|6;CJ@˶C/cyU~x_Un] %jFm3YBygIZlLRŚOnPlB瀬A1`ٍǸgI3"%7>&G SzH,ɷyΗH1>M:gIEP%C9 OOeQ&Mxa+c_7eX :C35G?EqLfVc- \_fJ׎Cuqk`xqTA@PPh},GԫewhxOKrCjog?z|q{_$Z 6 z9u # OBA|hP;܁Wr)6G41f8 BK([Z82%uˉ.7cPzs;G$/lاRf,Dy%ЇvdV PIq8i084v>&%Y6[Z طҐ)m*Q w`%*J"'64Q ^dhqÊ,ூĔC4^bo8D]qڔU>ذ]bf1bӨ<6wG~[J~JYpT 07% jAN?IC>ZhZ9i7a+`f3EDS^9MgC/Kʇn8E2Bֻh2z(}YQǐc^e^INVe!U(gjfy40NZ~iYfSMG`m`CUT 먿DߝC3 -D}Xi1pWRZuGl 6) Bx,jI͓UW5Mς2=\(X+XܯX{`l̒('Z\/Θ5K< D"biD3&UK4BFk%3v J}oQ(bș_We3&vc,OCxy\I,߮ `]ȺHobSȁ^I[7+`޾s/Fa\8`a=AUc%iÐP0ฅlsW '\ (,ziycӓU@iVmI{Fi{~nT}%SoJۑ:$؇&Sp`N,v!ȭ$m7Z~1&y_![ڶ V1c/b*GL?EcT.VR6"je2[9 e|-|yΈc1D7ѯ5*H|@ɻA:ruѣ,Y&ʠX;_0l 0Qp>ڼ!weasz)03`1*@}\X}rh]h&7.I¢GwFQh(6`ľ}+*̩$'xNzD|tz=Wgñ;4ϨEI9yսYK10"c8oEV0]Fu aQ9 ;NCnٲz^1bS1oC([q6k9C}"j75Vu8Iӥ#], pj6֣\~R>3044>;FQ 1]> A|Þjk]zlz)Tp2"pK.&2 Zp̽K>r8'ǮF7 k#0 5CϠ6ۢ7tb4˄5@)HrpK1L,z{x^Q }O;qK#"l{~Idq#7'GB=L5y+w\|UmdP/NrlƯ{ztZKw_42NN5:@iS+L!A ͹ Y)m?P@Ҭ .RF̮MFm3auI U;/}&[־!33W=+.֞{3Pww UlE|zdB[MReI%@q HpwƇ]WQ (Ŗ/C|_S"Q,[~<y]erd?\ pbҽ[#N8l\Q{zݭZm`?nj%⹢VMga)-ëGELՐg䬜`ߵ;+myC-ȿl^Ku{H`ڃdy9S-l 7q?"Ԗx8ԜX%2 IVuKuE}M9_߲<"{ 5Km*AaiWdsLXJghaޖ0GdK[9#u{$.;FfGJ-Gb3UT?.LU Iih1>Pu1PQ堇GnOuHXǔ+>7pC:R`0x.3X웞(·H/z. YdDUy"tUƔHvDjy0,ꦙYA#<$j7O6p$ _S$b3NKz37}̧PgX PFQ zޭp:U{c {J&`˦tr3c$T@ͦ)]XptWcmKۗ s/ʐzd{}LC3T ̐lڅR~DM6 o6A.L!zF/ḥ!p -z^n% iLO{}֛݀I'NyTt0~ħnG?4+a~m~1 A8wq7 q C=JDጼ+X>Z[ KӯOgF9LC˴:JLkKN*wd }uCg9}IhZFpF$';ZCBsIh8sL62Jbޮ3yWN@Jrwd2I)u^[7=ܪ){b&IB >lD@N/!$*ߊ o f?rcG;u4k{R8ws%4mkVRGJO$, 3H@> ((StH')(=T,\fsgi9Kl@|yֽ{OA\nb 'E%:qdt.G_b ՘r$G]%bLH~y\y: $ Xh^ihá ZDմ{mp*Ϫt2ӄԐd?ycD,[O>/ xD{ 79̝ou,޹[^Q-$ߩXC6 rp'>i$ >*|zCq#śENjKLɜX͊b-el%&7ei 7)1Vl џ|bKC:z‹Y@Q*FwdwЯu N\>wMhzRXɦ^%z᧛+|2cxh=׻`87$hv|AENEհM7tśiC!7z&Nn}'U<+jAs 9oH;LȶLui DŽsE" gڊZe(ueܯduvL*k XWݎF'>}Z>iN *yf'8Ihe' 3k*`Bݴ8F-ZPTLb'xPMҎ_L ˨%Q,./ 8F&:$]˺֍3.o^*9يlxFTӀH_O~dqio4Y/Ս#kjXF71bH8GzբLCacvh!]NU5GH]7y|$p[y xGT6pmcT[_-ʰ̹-;FB^wuF0#1`f<+$3b!x5hmR!ؾG]q 2"Gnuz^H<5* ƯkZ{{NTƭvg U@ljʌ{"Lj7?HG =./}e{KF;K+ >|`^SҲ-q$xɸsPOz /kwb _0̀} .N+m $R$l1h.Yj* 4+>Y|TCIC Xy [sϽZL`}'Ows Xhr|k;kd{AG&QUN;e+,_}b <}4 I ggl44H? ICdBB³a:J&a<3MTZ޾kyo|;'c)%c0vP T:16^^ӈ/&?&l@ t L1/yAҶϲPQ ;юBz%$Q>[|F2U{Rv1C߳zX “+ۣnLTgc1%7ߑ&n}rF_jLrH )O<$KP׾6q߼旦j07:eY*A X߸xRYRO7XB R[ӟW-fLPutX>QcnghƴcE8DdN6nFs-$j<سqz 4K!LJ]}m"PKeϔaW<㕑1]5 02Q8_h[qqTMD% ź9p`B7'>+j4P0=A.e.эo9osڠi:#Od<5~'%>}rC,,:R 崎c Z RaKOfWF]ؚ}s/Wd~b/+2YђĄ2Ļ *Q5H l\(0;i `cTP>|S4Ѷ>ܞq3-Vwڟ*>P"M :~) }a(9 kye KD|{<6# ]JT3YrOk/פΆWK h(ig,tK{eϩInA^k$ v3zd3\1[ignHZ⟶Y9qoTiP{à@IugBr:=|ᛋ;HOV!1)E7Y^|v ţf?Ԑn㖰xPJk[mh=-qxtZ 贉g%Abo#GhѰ'Fw-fvPT;$ȓu߈/HucfkifCW{=OeL#HD98٦NP |(1C$&kVuf;=*Z-W:E|X27JfOYp:ANo]`pF7PZm?rGyլD-y~SwHk3Nl$5W+ mIx\Zoq}@ZtjˑWlry9lqEX&])X\)P5a& T:snVJy"nh),AGYuW0p QNynFp9KQ򨈔yi E.TN0IיZ^n)q_=е 3 Ot"+6}sIl ](FٯUHMΧ Axf"k `As]OX; Xi32ᣍzcVf'Js.b1M;LE`%Lp}0}xy'™) :t NM=NCQ|( AH ,R84q7`\2p㓱oK2S%H-i-b9!PrWBM @Al`? Ws!eC/-l#f>蝒62ygdwia75dRR1ؑOĕE ~E%ʏo8P3")v42pt1NVI2&EJ O\;Tqf#x 楫zZt5+S]klӧaZKua7GQhL뉠pg \9& mҹ;_)Y.)X4Kxat4gg*o{|U_'09>a~WdeDuT|H4./IC0+lJQVR 1a.뉜db)z3~}oK,Lx53jYl(׳Y:;5p#גG]MP 4|7+餷3HY#`,`rO„0a(7Pq5pT Zi4˸a˱94O9r1 F>Nm]N4骖ܐ!MVs BL}6Kj^L>cxf-XtF=d۽rx+>Hb d1b:w2| H]@c\PvOu"Hmo xo+eQ{Y2꺏f m5a] k(%Y? KSOn.yiթi 6D14}(آ)Md/v%7KPa_A&Ոig؏U Qxi>[ Ꙝ/Ƅ\w+1ȥFm($.ܾD$*ѺoƫbQ :`1h{s띑KV˺ MX]_ !g ה*Z;n@>33 r /eaVx?ۻ !k=;Is+yڿI95Yq}'*TCK\C j(/υx e-5?(W?||[25{ԋ+9dJkOƦcY "aRu5O:#tP:vV˲;2[Nݷ9 dAׂyÜ <,!xen[[y*gj;tKd5Nt܄LXz&V\qIڨY^.Ǖ0HhSNN#/x).t"FO=b4= Xُ&BZlL)Xm C(Ծ}ˍwfM%dPǪf?`O#݀cR韖{ OB]"CE+O;Zt?s# -,z: ʿBӋ78n8IDvsCP[y"QPw+ %h"`Q%D*BsBh{R8Ӷ~Ui aKC.( A&UY|*% T8`6iazR,ߣsqL{'M {$..wW.6}p';f #ȏ%8yᗧvrdЩ O'h~KwΜ&욢XUqu%H` H ϔ<-jERXQ5*|l1 +akU@sK☣(aS_fe;krk{ÔKQv8=q (ukp>x\Ԣ;׹3`Z(['jDӇ1 EkX(r:\UT֚ /LzJE=ZnMyi0r(1KL\=P0C>eA7)F)p@p}ih0H(f*Jc}_2N brt&zu+ ދ?Hˢ~lCj&[scC\[́)f F?c?e(VÁ20H#LJ-6?TΪUw 94FdS VCQfO@MX'U&֢<u5ʚH+M)h?m-T#B/Ӝ[\ r`]+iR[PБ(Q)]C7@k05ȼ|ST7%k;[^ϰ[W4pmU/o[N3a%{/ݲ tE0QsL^d;FjOozc{R mVF|g,]=.wj=VrS5I2:مm gudidA~}qY>罠]FwY!RQS@A583kUڜdG T;R oa'"tqJԐjlx!y'OnŸ3tf i&eHF@mj,O#p/杉jU?/֍"iن=]{8Ru q>W#1; lx~ G#N-.A,`f_Q!urV멃nǥgYcA#q4UDy s=dGi ,w=;nMG)ng~rp!2<ؒlgļyG1kOJ6I/l.dSc"H6uDUI퉞;H)-D/9?8_T %:F۱$ƔO O^^Pf:T= ql+MؖNVhm+a3>'6{*{ +2O2ǍM~Pκ[Uv548D.̊Ԙ9ڜw&Kn/& xT*Car{b!:UwsB ^X|RK?^sZV(7TC;]}Lo/;x@D[؈@SOZ,?w嬤Q0Egф尨W`sX==C<kNw!@ѦTXVӻuKDRH;70aI%ě@FLNUS'PCmIw .H?>*;3$uTuF[v.IϟG$]{-.u15tIvva N[0WVOzwEݽ6B^6–XY  A3UF>g Jstk1*ְKʗc $Q&,qQy4 'PP,uM-3h$t3~P&k;ZLR !* X6r>z7Q>:,=Cz4GDe(ͻV.6u̪N1Y=rBeAd>f8iBlΰ %Nٓ2LUᩱ{.EY /w 3L"b:}7eq|awdV}k3`OHƞŌ)rMdzn@eo御3_"`+Ҝ螬x$h-)#oĞa\h;ʣ4U1R 7+~kcC."vX=8x9 H),ȋÐq3{Sur弚dtPHN] %wl G=nJ1+YI4J莪@T{nFδ(RPƖ0L _.}Le2a%a>70UXt#ׅ!nZ}k}an&")*jntݥ;֑*p{Nk‡^wTPLłq+mF^LMbri:ÜD%X3Wر)͘H*Q;HZđ%*/β 5Q NYa`OӀkӳݥ*qxN-MKh8a6syBVPada^^`r(ȓ^Af GݦQAB!-7QGv㐦G,{JZDė0b`#-ژ.Be="{ghCS")]J}K}ZE.J6}HAR:+}:(& ѳ BB"tMgG.Aj(F> k;s4)(bHJ}oA`FTj>`WdJzlx% .sûI6A")INYux^[Yk#)ߗٲlK週pk FX c~ZLgk`_tuxEFOGy=`KK+,!NvF<ጅjT  g:X$(ջM )jK/Y=_ 2`]סcp3Zֺ ?/KDY EPv+47.,OPPn.A jPΙG($>rפ71F·]aMCzEM@=XSXmpzc/LúykF(x|v=ϚjTz}\;b358Ds4wkBj%MrsdhN+1>"U- & Yq=k:3$7Ngj@* ƃz"*V47*v:Tn/_(ζ%TbS :(}\7FGgplum?SSB= )ZX)!sO)M@; k)5D`ѥa\ zf3}?a-;qq8aLj((T'7Ք%6Vy;FF%~0t; 07kGJ%BrAl@` & 3TFIH?iOigYsd6Qy1@\Cgg=3?9MqE[7ȻN݂0&dAB&$ڍ;oL ?^x`8*>q47h*uNa-u&ҷ){fPʅubP-|㧦K6ӑ.NS.Gא<!\}'^U4G{O@+Q"Ե]}޺#IJTo~sz #Sj8;#Δ*mJxL[D&iԿb阽Hm~gj9`m7kU쐉bWU>NɤMuA* ԃì3I ԮVUI-{OV֊VQ;@ż+]NO`t^ZͰD(BÔ_=Ifp^j>7+ۢk4}M͝7 4j_T9Es$2 e)SD1f22b 3*R=Ԙ?_O|yu͸E |Q5mFc)ct^oo'.^Na sJ}"}Ǡ()m| @鷽e1,,ƙ2N已*;v_eg(RDbۭR%k( A9T@u|+zha>aBExo&$:n_)*+9e.]O) rBXۤ%ep=?IeC7ombÇ6ȫ#‡8Rd]7w{p9'å%v$+k^s9/0l9-`>p|id?>Ѝ^ȋdb/sW MEήiI{Ә"7b.Ühxi=b4TiⳞCq~- 4xʘAއ]d"Gsodm패SJͣ]D`NncMxqG9I\S&!dUŸ\sYw]>B~1?T'{jma'OuV1XؕJʮ >߃ sߙ?Gq+x): $qSq7C"s9J}ܶHZ@%0*gCp%>"p!g0ˊ:!̗dI8Qn99:xU/cN$~w͎a}J# @q4*O¢3'C {3*$vy.ϳ^U5wYv.Ft fKE|(R9C DD#%?Bk~xZ=/t^ZFWW]%%dbp$r ً]S$& Z#+Pj%azSn叫c"M/% ^?z: AK`*Ǜ HL@9:)@4ӂS[fg'3X.Vmj6;fԟZn"^b@"BNzվ8dƒC95K]QZѨf9] j;(g:=x=-mr+N9VMEض\2J{Ej{J9mjz.`CAUd7E~ȋ :x <$SJPL@E9ycFb"#iqRV|bٽsQ,30DInB=fܻ42eE5qѽbJ|q]GE>w{|q8^&Iӈf^Rڡwl'h}$la hB~*@ITgP/D vag><OҽD7v$i\L=v<\>T,]?-uvϸ,5e5.B( wd~_ł-U82J'Ct3eiy/}dQ4,j.1z)nCRN36 mmzPҷ#T뾶i-b5YJeצOt]jG]E>dCZ+*s I-OM72.ż\ ?` '8#yQRl&]_a^E v2 -Ea" m+l7K'#1rD{}bvE3[HˍlSah~&h@$ެ#llO_k!%πm% A .^?S{2)`N9ŅIM'Dj1NNA'U,(N3rRͺOo&&oA34B%Mrq` Qr8ib3-<8%˞~.+4ׅFr4]kPF|W@oSmz(:`ra=tV.?r ˱[F6kX*~.,O;s+7⻘DM 8-L-s|tsq~CXPl\el6 =W*.ZAzt}xMB1 Mw::}%ip) i81*v8XG`Ӣz-c bk7'yZS)y5[t\Sue{;kA8D ., *ZcUZV~ ?Uzr誅V`?3 TgÖ<,C@VP..!9Cg$o(%+tҜk{nmB ,L@c2!dSgm8tȤC/]h WavQ7u%9h\UɾVYS՘U>!Jv=.t}CA/ fQ]sΑ:+m39Zפ(6&QҒO6f|y1]o(ucE#x<@4G!>LlĿV>mF 'Tÿcu Q}́6WFwfoB`bD1J)f ;Yŝ4N z.k1/x_.|7̨P|BrV,e[~x'0Y^󹾿o 8кR EY΂e]AC2Ы9Y*XXu T&ݵHTMZ3"#y5ʘ""7wZov(5>{lX+Pyp/#uc˥zRKw}8S?#pcX\$Fl2t-9צ)\H˙.+XHVáE?0$6Y@ K'm  duHgtSяqP'3~๿י[߮5Z`#uu/x'4Śf@"tTd(#Js§)UlaV+HJJ,j'A.<ڌ%J=S ׫BV $P90|Mw%aV/'ΏX-\i?_ueF+q':>\K3XSpD)ww~I7Ƃg^ B`ͭ(_uWaCxUnI(%)ϜMIɹڿUB fd7,nEd 69[I*a5<}~KqJ'bwLS,4TD>$ ^[KЫn<ўCr@KӔj˚JR7oJ-.ms\whP% \%kcFl*MCaH>؀zB;Yýz6zRS˿z- } Rp)1{,S[B ֘E 7zV4,}*Pj͑gtNjffq "/~Vb0Fem!Hcէ.d^07 :%gI^IޝZSyQEkc>>!st"5g vƆu=Hah&T^n[& 6-6iW;n`"ٶ3P!ZA`Fr΋+8Fh\Ttש'O2u Ό\J-PQ*+FBi ¸ D`Iƹ1Ǵmu%' Ty:O@$ZMfgNkjAԣJiԜgL᳨cE]JQӻut(`hu%Lw\ E|q &MFʡ?2S0OPh² < =[;nRzҭg["( v؈1-aFkj2Dz d 9c#m2c50E )pӎE.9dBR^w%I|@U=^W+,{<*]&a[3ZZwESjTqVYiPV=? q!BNJFՙ&#QL6 v[x@4 ƫ QW9dֵg`: &kɪ.$sCa%L7X.0d-ͣѮLy ZF/)Iah>g@ױI c;>珿U(`a֑F} K;*hO%Q@!ƅcUR%o џpzl'0٪Q]<僡N4 DH.ӜpTI^PMbzր |kmz]XfNsrWZ%ȣ'!?똏TzSo(T,PA ~,\tmsQͻt|U#ڬf͞Ȳ#a۪'-aձQkCv}9 _ *o}$N!I7#SR =_B#*' d捛0F[s?CW$]z1 vs}h_>, $(P(Ukz"Z5:go+>@?9rIf$ƻ~,S^ Cl m>/Z) vt?.ўxDQr4]HKN<Zl9 ϑ2 ~4f644 ;F[Pǟz LQFQ*3ct *6f(#' &Z`o` f j IkIG{BfW!/}B\WJ"(YTG@{fRx*sɛb}{}Ӫ\sg\jp! R`+ˇ0R2SN:$}%ebйuug (ʰt4םDn xOhS cd6+VB% N7R6 W'KέXo01bƆ5z$ےl(/ p[kVڮ]#Mf^}kg5=DJ>Krrws pr/;  SOկ|D"-;:*7 ε&0m%͎c؊6,gR {=Ei^/p`^%'F9r@_V>[GIW{Gb? 1vI}`Q\WshfGotܼ .GcёzM64yX\rAS'KNSoپWK(*^;5nlI\h3{/RԝEQCbU?`{#E~,de"k<e9\Y%kF1#.ڰ1,}6ϖ=^ŕyo̓E6KeNRyd^R=lKThd2uO&,`Ɂjpk;0Qtl_+7*Tt9ZRu'_-N.i=X8@f#DF<a')C=|lEƸxk|IJ^c䝻WamrCg& L0^qt{2'kHz?/Wb 'b UBJ=tq)qoZ*J_y[hr`2lsz/SG: fG?N4" mz8#- {|-)=QU_y`VZߐ }}J; <≎/i8BcMo/:F@dq03awZQ&,pbLdv0/H5>] 7d}=yZTTRm>y.yQE^ٓ"tl#G2S5*4lfΛx+toO]& >S6O)9͢ QJn.[sfE=ˉyGRΰ-{\iJ~]?+128<{D`]z4Kl>d{+^8 F-ct`!MrP_ll'qN}YI+Jjdf>ޛ猨׊ : @'ͤ{Y!E]xg }et9at1nY3\!ſNSD [0`<:~ϟ=*qCZF\3LRqoRu;MX}<:pW#_pHl5LU2ªQ=  3v'??9,Ĩsq@ #]%¸4ۣ |?L%驥6&X!D :/GQxl&A7 "`XmaDsA7&m/YjH'?KbʵCk`|3ƴ'KAרnqPVH7,VeJRLOx%?O?9dO.~2qѨ?tdd[7?Ra|j' ͸_u PX1Ѫ ȕ:)Wz)!+ ;(1Qwi 3=INț+'IWjHg{„ݫO?+.<,ퟱ'{Y1@(qm(弓ϊc1 xX #sZI[U@N>(uy?)KA`Z%Aԯ6|XzCICٽ6#{DDz$?SK2wd=C+Y7Vڝ/c H@bDPhqUjM .=CgabVȰ}ÁQ- #e* /BW("VA.=Wሒ8ݕazz* ԋFtTԲrjC3>[L:^? Qul`Kk:le,fd`1W j2v\,}Sh%l8Jbh\dZLBRӺ4r5EAU9ۄ74[ 5ͯWɥ^c܇ik0.2mh 3p㋁]t?YK{Z8?#iF6nB"WtPH";b~Ɉq1lA_'Vk`| .gVm3ъ;EY,5t8x 9mH)L k# ͩo7B曾0*V(lP_XG2}8(ƠO+ c2ccIq\s78Ϝ3l1q=~@ wFq]m_0x8:uc2.cE'Ԍp`zXL#J?Vus[ p'_5mTLT"LϚ/hƢ$o$L 4]6U{tykzYH(OJs$C`oYiDu7M.U@&nZldžAy_xRd "wq(Dop;)P`x">j Ea-:1VO/ J( 7 &*_FpOS C?tvt[(Y:|t6LZυ ZUIqfAo |iLn*hq9w*ZW_iiy~fwNt6Mo6Ka)1鴢s^GbɒReibF 5QnD\%{/NJl'Mc=%uP30xY'/˰oK}ԁ vc1ӳdف0O{K=NodU8HB}@g L*\$& ^=қI !<˿Pd^wB3oc 0y!u=v;#|洛I .*LT)2&CF3J:YVmPe$^>/1b Z~SUGX6l\ca<Q͍T-ow^M7t#{mG=]Tq'v%5WxVABF0z 0&QjUr1:T)tsS2Ì=@6(jk>L?5{yRRow7Жnș_.'ڵđ m0K|XAy Kd(0c x$v:GIPH:0{AAYlUD%I4 LBFR(ԧ[+~s+ c̱Ґ@{>_EH~܃>=6{S1KH(Ȯy+}{1lcJ4eܛI:_9IHXANﶓzhMT׸`CxdZP Ҡew4`u#3Kwq숰,x#ާ6r)e`1ސ](PH;ѳ2S/C?qEjɔ0мg |mSm|%pZv#B2Ƽ`F Rׇ" v5&OO!-KKΏV4##'\Mx[;h1pGxÅN$ yDϷᒀ XpXCeEViw??{IܿLټl SvV ^i yB_}8ܚHQ<cfYq3$MgEN1wy]au[ʰ6V\x 7u2Dw}nE]4eX)WQٽsYuhf4\Bs4"Z?态F#tWƒ5 V\[ $#,5٭223㋪Q TxH<Ȟ \Ύl K7sx_&oD_hUTzan,"4.\;9N {7[zn'+ Qy;咚:L|!|UͭL5<#JE/s%⍵ne6áZ+euXEZRR7{;[ s\QC/#1f_d]P)˪׭AuC-nZv!!ֵּV}XS>;<9nDЃ-/ #6|5-ķ-Ҳ֍̺S{qv_n?wdU9if{=-0{!NڭN k|]tfi+`C oYSM zP+?`>g6%b)NS  b+UjtTuq5m8ȮjFU%#:i;Ꮆ-hSջDhإ XV1vOnDwBW)wk9NjcG<ҹULTY^aV @%i`oh9aȬijƈVOE[ٔ_u%"{4$tJH;Xn7;]< 7h^?Ў÷AhjlI87it2F(]hgTrp~:0.4s,N$z ?.|hQo

e(4TTAU @Y"0g!zla{bR&G^0[ᚻx[lT %1;} 5̚>4 ܀Y:4]|]=nVw Q,ze2fZ18y }DO S1|#JMUU*i/+hoQ|T#_unלqY]u(M#c74w~.y;EL_O2z/ǽ7z.!l9]W4z C%Pk;UÐ06MhyϸfPW%H1#R~քWoq-O221%Gv)i,GA3Te\.*kKƊ0lq!9h78_{rBniQ|q(m5d֮%!wrcԁŢԄ0i hA`Ҟ{7ђpJq4b,yd@\KwQ-UIަ2,Ya]؊qeBhƲ_?5jS*P2:/VQ؛T\6zɏr:¡$xUz\hP.*F_]$ wJ8s$u1T< &H5ۯY+̱(cW/jp[3[^o>+j^17fHZuͬ͊U*pIO~oЂ٤]o*􋚮tр^#o=h`֪PcT9ǜ/#`/Q2P[ Zw_e:O]&aU΅fb/ko cQFx-, М4\l%uE)dPRN0廎x^@!˟[;rl&-jK9jI2*־! 2 YC9 u "dL:ZTlQxo ^ZP+B0t{pDzCs歹?(l*b@Gv&n}tJW gF4|Ɠ ,@ /Sa~-w5ϐPc_Xy[ F dd.ch/w (zgOYe{'@Z*b,K[vIt|'jx(.i"h%21,E/N;GeW`XDo#,ڰ& mTKuy_p Qz5gU{֥^W&1N6^pc Z\մ$\y’fl9It& &eb}T١28Yƌ2 8pSBr`1W?KN+YDg9VG/^kIE Ij s7*a,wuf eIC)@e[=_ %,$ I? i/~ D|MR["Z4YKk|euIݎԛ%^ӓ̜t,w!s3kLrZ7{{iz#ʜ }ӧmes7b WD/K-gf[*|%`d #o<-9Jc [+Y<~ ǀ t?\h.!=$wq>kS˼w#u㵘7Zr.Y sݥ 4Z)s*`PKk̈́^i ]2fqؖCZR@D *G bCl`ìw>)g;o$g2w[}=b3o`T\c],GF:Z5f=Nz <JWOwȴh!ʤSLN$4cv΋2L?V~QF[m> {UO3~3䉒c<%lKcpmk3}hX;|~/;uUs_'}]!j̋ _樈pm I~(A[ rA/ptBET[L̎2J`i[ȄHNC AB~.! QE^R_G[A,|NEu<8YpxvhkW-S-r.!8(D{ [d?GW[? !øL\e`­\<vϲ,^-I*f{ LC9lib2ć]}Ўj>jf Lל`cfz h|M^Ƙ)$G&SN(ZްǶRkY'cQ|RD4ଷڀyU,N x{Md42Kk|gӗwУ:rܱ&q:5NLlw CT#I=/:vc7W?նߋmW+y!=+00o"P3˅DbLH4!^XL%G UlؠH/Pӏb`.2r or??fmT>dW*kM;q!YX/*&J@Ӂlt&,PbX# ј7HVD5̋C^ i~(^,JFtWMuyj)F`#/cgZZa߸=9̥?38B#ڌ'ٻEfFD_Ś&u3RBcchr~m"H!s&vMH+ y\\`ѣ.ަ<}!(mwo9ٽULy&cҷU|a1whrŃY0p)B5y``/ N.@6/IM/)?"{uWKL h6I:}PF]X8. MRbT]l]O/M8+@)oϟuD}( .| Vl}g@.fJGWԾh6Yp }+qSYVC-1fI"tmvxȣL4fgmѢ&)ȹM{?mȴ|,d]جv0H\,;3Yvl$ăNlfhazQEAH2&XVu~voO57|'%Uwӈ>ZpEvs5cU7!IΧ`5hbF uEH }7ÆDu rlߜ@x=҆PGvz{B?OZۣzpG>,DȾL3Hrv%);s H_iqu[:  K S\?}Na^Cq`^'ξO}Ysz8DF$.Eލ^M ,S0s^oqSwKd&^OϙQw$bx%v-ϦKi,O-k"f]ĀXiC)^/u>1AJvXB(0s1y9| 㟪m *@=bA+~{uoG^!m٦P/GYJъ(Y*&IВuk';h;~5TuY >v{NAHH!Kgze]v  ykŏZ@>OdZp.IB&٣5|vja~ ɘ)m~ ιőA7xY|B`1bDA!M>1+S&ڹ~ @5`5A5Uƞ UAћ@,)=0MQ<򄖚9M…5 } ט)%+9|SS$='hڷEWZ<< L_8, K5~;Jv3Ԩ++b+P!98(gx i g`{Hlb,h[v| dDFQZiz|F'Yഥ8!36Uݲx䀹l+)e=C}Kxl59,+ ihWkZt>bBV-)zf\, f|u#*wNE$L_ޙ U>]q:x sC_|4MF Z; kLv 8VAB#b"li 6nc|epቲ#xJc˾Az~NŇÄY nO=Oʳp@e%PwW6XJtItH&XGAwd3yJ)k!x=>Qb@@xƵV\ee"b+3Jv4Fb+$X6wh0˞YQuQ Կ 㲶%9GySbY! E$iD)Qx#yVF3G YXciN:q+sd"AƯ¢鞫^foeeB-+]D;PneT:UQAg^>lZC(ujo v}ilM$w?/Cq;nk׼-S,0Hz!K7 TLM:+ F1(/)"-lh0 }qPF:R"ւhoИoI+0qG: tDJ΅16zϏ e~ sѦYfъVgUG+Drvz7zoUWi,2uެEA lLm:[Ҥz1\/{mN$ld |14,붙^Q4li9Y)Kf3pO-[浞@ƒjՌ0i'b{7m8ݢdG w}'Nt# t#/"߬eӲ%8H|Cz<s*3ifqGal3pLuW*ũVHc,[33M!3%mچ2WȥӼzRD#>I/DSusx)$" vUbuYDÀz|l u/HؗT#gjvAI"kٿBpnneBԲP[1˷ `$Ц2'PdEfA{8rs֒iƯU ~ sֲNw&4'CT ̗υXcf4{窊 0fw̵/ t7Zvzb%iNT́6j c?Vq5Д7 <"fΘY7vy lCZs1:Z_ࢃpsǀ)g* YSDOb:.ul=g.[Zlq6IZ_l(H ٬E NRABKzqj),ҋi͋PFc,-؆ir )$v!]\7 }} Oaш((vC "W~YxZ=p!aٵAUy>cm8E/tpQIJ@w/:QJ5j'B+炅*(O-WȦ-BtRcöZHl$pIB]GS>X:YH/'JOg9=#W֝0!ur R: 3 w5Ae}I]-6JwnP O 7qNQ綁 'pߤOn3᱾Wh}$'ԥt&q _YcQqGk=,Dt5wYKqTE{z-SUR~"B!I nkU?15|8H8ݷR\HLb9HXSXeHlwXn}<tsJ[5\Co,eMBf N>xO2`wP(&7}2bƏ ~%Bݡe5FzkYehqQFA`j02<vV;ha_z>xYPRG~ sݺ ~<:31V;z)qK@%PqFK^󑶚0OnCdJڢHE۵ Anlj/ƱJݼml86mfuAձ"ǡmDr6evj(ݪZVםA8 G! + E-,qrY;QzкGʖ"ol5Bt6И4BL9΃>|3Ƶ:1xxIh=y!oƛ1R-$0ԣa8˵ᄅU &B0مcskS\߅S"@!Dy>!gf~u"GN. 7rstuR!2bHh9bv=1،XF}$''k.0w `P @boYvZ4_i.wc[[z0;BM!KbokVH܇3 ȰEΞQ{a55qu U4ޱMTPĨl<ƚ7]QxlL1K,a\Aq&#"@ɨH̪$(}1H Pp4WjG-4OR|VyZR1^R"N is`upf%nNfSkSG)2,k+!dWd(G:atR{E4ͱQ1BGM~~Et:~C&"c,BcHl<OY:X1D"e*`d(}aK-`ىXLe3MA?+@.< c|W ݉qKr^ ^EW{*9y‡ ǤlKȭT+V1/??HP+wDwk-#Omh^ Bxv S,<R/j=-SV~ND_P*4~BO ;hdB XfԓQ:Ɍ;H5SjE(9Weg?Uτ~_ӧ)=-ž$!0$ ^B.κ כ= })P4KbSgںz$h}eUʢ-тslt+ez_Qk[Z]^q;T,c~^g? GUV!qQE}WXdw1O>"jZa [m~r&)ن66Oj']6@ _,%?ً_dq/$X5<د: Uw$~qZc@kUo%;|KzW0xUC=G9θTG-׺#>S#Wd:d :/m)AenШ'?+{kƗ+fwrVp|5 )f'ЅhR| 3E!'7çOL,v b.b,'?l *V>68~f0;-iv,d5#&!ТϟB^{" GS!2DY8|a?Q b9SY1؅1$q堄ѢHGã5pG]r_,NG7Q ֓Ģ=IP"XK]q-]}y/M {6Eci%Z%P%G_'Miэ-Ϋ{dH|&ȖwBtj_ ~w;KDڽ\ǗZģL4hӤ{TcLǔ.NCIwpnPA7nrZ qLxei@ uprSk I$woT9z;hlzquХ#wK!*&5@Rך[nɊ#V" #hs-G'N"@œͥq}rmMzESAfPEw.Ӷǚ o,${JT/?ɘC n qC9MjP2 =1ϧ)Y?vs V +[xU5fŗ_o[!?Ѿpy]W/.KP +?Aa{=?'갌Xrna7ZDd A: b0%4>_n*epfw\7L6@!c9s= AˉZeӛYjNF7T(+w2IxV'z3~yم&yJU-B,- \?qe4B( wdpm(嗚quZN3J Sۏ;jT+m[yՍ|b=!m( {fy5X W] TuiUTTwDD3TOٔ;5}$<Id7h6㯹YpO5֏?z)8/(J~:$%@TPAyLV7'>ucdo%n I 88,n3"W롗֚#nHܦ#j9angOA5S+ENδmR߭nbif8~Ci]G&V4p4$O|p7ɛߋnVK[On7`vndi=cuާ˰ Gy<Y|Nr)]˩5PBni{ doU1*7nu!sX+ڛK\a~V佪Yzʆwi]#EC[f9&Xڠn+?2d >x"?#`f'ųĈ}ml0=Gv:Jɼ47+@dʓ6"T@X;C-}|0"^A}Z!nF2|)(+r!p};l [3\P:N ;m2HlNAU%Gs#,ѐ/;~n5|{+!.< jȚ>2w~qE+$nm1uE O*k>4;o@uVw)QP]w74|P&"ՓL[#(]Sho} '5 !٫ SCfx/#E.gEMerF|eך}{.nq"(ۓh> ,_O N/}@t3ߟ`accha8Aц /y =<~T^ Ohk[zY\>n 6EyDpRA{9fHmyWnrŦqöys:R{xtg$VCRjA֥{_&9)BG" _\VI}ɣR"CʓM\39wFƟOn /7 ֲE\pry8elcwL#LF|A* x_}ǯ+n#xjXqn99" Kǝbrѹr;m]K/S(wQ f] 5iCTdiE+S͸NIR~A9`-.mo5wG]8s/N~R#&\RZB5O/]AߴymA:WP%$KҴJ,;pXf= I>D)Tr:0¡> sW, |s?).?~5w"&54Fv*VYOgЈuHE䒸Єݜ|4~Blجpӻ`74$Jt@}-mَٖy!TBvܱbaa,L|9y"*6`Xk1J¯IxԴY{Y]*mbi);G@Va%A"=ID}|T@4v M%rnY} ׬rUdRxa`zך5^pv%KW4?lBM͆ máɂezZ2#:n'o~EJgJJ 9Ҧc㬃L/!i͋ w p y@c0u tṊIY:ʁ/渳/m"y\,"rE_*`AI9LZ${vC,bAQH440{I;gČ*f^BT;꪿1'53O|$ U([TѡTKp׫|$Xq_\tҡ~O{NͱsQϛ!?,e$pܿWzLeY=O +D:kpRVqOyD45]"" 6[Dhs:kVb>B}ޔ.8GZETH <ىg`*e, V,iV<"t"hS>M WWx*%8G@L2:_$Z-+ 4-i!󌙓4j{ކӁh_mhLM\EiFhρ!E- 0nIJm.DX}GV8ZVB)[OXћU!//{79 aR& #q6iRf~yq*R[- '5z \*QQlA놤+r@>tA/b}S3;s- WQж0Fޱc=<-(;K[{d;[٪XXc+RUjO` E%S*¹FAĻ ULnNg#f:^tp) Y a 1N\ٽh璤"2gJJ)ff6\'T%RT^e9CDnboLn ho:̗Ktܤb "3cI}ϨF=8y݅)kԕ"D*сڶ t~:& ~"}ϯy#z؍y3y_) g8vFI2#,ו%_vq0BK(GwzWb2ĞY~i|sDGMLi[=}m92-Nט"aPČ_+WM$hep@[O/6h%40iRz~R8Mtә_DA'$+J&pCBv $,hJ;>Q\i{\Y}xdgpH@տ,OeNLm4Qlx %Gωk zA vp X2fp:9pBX (R+7 W'b+y^nYFLew 8F ӘoY94RܛnluZ<ǧzߝY?S5f%5AYpb@}اؽ9Q@xq![K "!UpЮۗ$jA::;GJmY'W2*/9$ɈBJd`uwdуH7BDΚ|o6%D--S بt<čBM)MDԌETdw2?p0-*p`+ET0J6އ>xhbrlKFeU9l":k{~XއZ5fƻz$qenjL#X#xϷ@seem=LIp,f\voލnSsAFNє]AOT߸Dft%mvFiMΦZ1?GˉZ*]:tx"K2ꠧ7%r8kRZlL 债zB 5q\a-|HP_$o;kN ;=hVGФIUe(ŌSY2~d@ ~zjk%`t@dU#% y BZgg ƽ9ZRۄ0?kZp=  2RVK9K!:Tu?Јsnߝmb-Cĭ&f:΄? Y Z)kbTOiR\Zȍ Ih #gj#([سЪ w;8LF' un,.׵ z*ÛSY^ ʭH/sa{CU_bXt?]Ҵ|ў>u>;)l%`tzക,6[.P9e `P 僽3*Η쥦| E59uZ}<%R8ݎ2N]S׭|SoWY*Ia[j: Lg"BVD(*jb< pP_lpl>6+xT7`o-Ү 7TLEj4o?B/ G=m[Y/PȺ@)vѷK?WBVNHS3(үO {zOE !t"tU3k H&5nlpo8ҙ̾~!qE2j¾rAs^>I{TӤ}q4}ݩV;(1pOȍPDƓiu=vn٪R3VIFY_|)B4v F_bze+h.6Ӵx^gZAd]Na8eAq=?{&p~j&IIF/aJ$;~&O3-t 9[1UdC?Ǥz. T]z~T'w~dЅJjŐ}[7mROǨF\#.>ÔT%n$u^81Nd_Se3AEkoC6 iYÓW'#6ثpJ p@T=7l:4ȈjKe ͼ1Ś='mƘ^4G1.%Ů[D &Y#OK*:&6 ) ZleΏ},E-)@kL~(WUNORW)3.\?Y.܎)Գ},B0t0J{ LkAlX\1:QRhrh`zY {9YC?bQJƼMP[xFX{G)]:)#[n=ScZ G`?ZP;L^Ʀ"O_1zM ZR=i 'UPQkOp)֜Fe/7zgJ9NWV|f"' tg{ąș*c;#Y;I6m L%WANc"R,}ʡmj~!/YZWLB?Cr*]D &n/~A!&Y8#&5}! O,l _3B_9G:Gq^0~,`u! V];y_rMl0DhPHPFɰ.Fk9 ǤO|4 Yu1[tBސy3?lh8oL\Y@iԔGݭ sꁪ~ oh4&yŚtaA5(LSjň cOā-03gspa_@TAnj6U=m|{]fz]M[쓦lk}s#Įv6I>l$0wRoAF@v{TsD~˳[9&P~~gdk2oT$V 'o|e4luiX;1F'BsX$8AN/sH韀] FNJ.KzN E)_|h ![*OWcU-OphU96: =oZH^kS=2Gaj~CeBƣ?CYĻBכS 1O²3[<&=G0*eWs4] $>yڐVZtj"ry336gU[/|8c!%[7Ÿ.-O64JP%ْc{jfmg9S0UqcKeʅ!C ُuٳ kh$gS^1(q&qjٕA|B{fbn:Ga C8@p3P<{UmYwjb9hgXPz#r(yLRO2TεlM|SC+ ?|] C=)zLn5;Boqp5&; s=ɄϏ C0yQB)I,$L#ӷo,`c\s^|ZN_֡LH&yDT<FNxw G Y/wjF8 ٣ 9KS3]n݃P}(]]z( !&&36O[~ME~В47xt \?We9t ~xÕ5mOyb&΋PY68&&se67:N^ɟbix׉U$ig4 г͔5n@"t6؏9JPbXJA<toIs}Ԁ7#|./B)AV`^qT }ȮD^unb1J2hsմgP{O; }Y(f B d/;b}`DγJ*0:. - ysE`W`d 缯uZ0<˿xq#|vqϙEE>`%.O/gȩrMB37,YMEZz,6 ^KxV.e;U`ji4uNÈK 5^k;IBl[Y@׿W,WXUrJ²!c (qg[z"7#s+%N{QMP7\ZxnoO 1EV"ӿqN3ǾѶ]egsLtijo6b{ewoϹcHc?o42D'XnTNs< €88/g:,CiTF)ˡTIӤ鹩CǓe0x_݉maƵ !M{ !^pdMjn}EotC lqF1}^?M2U?{CJC$\\U"H}1,S ,F`j^|H*88Wb*ad@B]~ #!ψꦆ#ܗbDg%g!+AV.(ъ)hݷM?oT|dUYGZNZ~hYS[4)3pJ9H&5B=5$G+q>]ᦫI*98(1lDwQo%9 5TP &\;y&(ԎDtA't)ǩK9!$o ?GR-̰Ɋ|bN3ҺwByc&B^UNB7#AbFb_'ғxѺpa63шe]c" j NKjRM9r'':#&|cЇElݦoBUci{iiO”: }nI1ix`څ$Ge4 Pq?U}yf9v_+}#r(W ^+ -%^*ap'+}-I]dZl[sJ-gA9qf8{Ecedz\36SpD Nxa4#龆s\G&hAꍱ#d\K8sys=Y}(,[Fdzc$E9d[>Ԅ$ N j:ixa0՘w;>XoCTVL%KQd,Q]by/#`҃lcλ0GLMƭ\%!4Efb&T0u>7cNi(^Rױib_Я)"D"tXSH FpŔ37ȗ-gz6 LO=Mv]jTׅh7Qt h!fC]-J4PN7_J~! y\ ]զ g u,dochS>{]Nܘ%^H'[ /W$`,.~pkUj v8Duʄvx!b$A.ͯ-6"eÚLwN)(`t.-eeNKi䶉;'AL-B~w t!`・6损( C̙2Lo=Xك#3{P 9ZǨ%c+M?>`t9yҦ\[DR1?20l2f i$6\Q\פ­mI»'MmYHXMG@g4[ȥdO)WJ!w?Q>R_&܄0v3!c+ g8H"t8MטJ?FAk3YRYaH&Aލ܃5'`m7Wx~6VЪwjěs2?8 QD Ww?lis ub8b+c,ISSN }~1R7L꺟zH(zVKM+]l_: ]"|SE-!̔S;-[xj)+ \yo\Ilg_S~K/c;,".OB8X-#gd+톨O~ÿڵQؚ~~ߡn3uvRQy ^&=!T_  *ƠC. *X0{%wjqY$o[-Ps)-TMQb0Eenj @[\Rp r^*mD>]KUNُd7T{ټw_/ufϓ].OAo(gyP \S=3 ecԂ(n9ì @hׄ]0Ҭ[/RէS 'KB2͓P|;Shj^5l[NCS!.@9;ĭڥKqn|\c5BIU!.%iJ" `||Z|Fg-_[y6M =IBwc*K0шm~W*y*݃E/Ӹ/f~&eVgKޘ R|'UJAvR Ѽ6qI-O @ԃ\-]9e(\ص}V ,fkna)q r=11Wɳ`'ұ f/qu90> ӰЅXM"98?=[כ5?`"y.L)g& ]"SwZ#)YwJG5nºL{Q3uPtPlɯ1csQxeλ$V~fX.6,TK1*u A!-O5kMzJsziIgKU? X dr%ռo@]Teq oZ6F?G|z׺=zb&%9h^Z ^fډ{CO h E{!fGD`ѹ@7ayT1VB33Z _NE.]7,,\ sI'lGX,"Q ~>iڕ>) ͚+CK@#QkS$Ϫl͓O+69T/]6ŗnr7WU 9bѸ@ݬ6n<bbadzuY'YQ9F 7Uʱ~շ&| Y7?spgvZTuf֮lhZ}1#]Ttjǿq qF\׬ϝorHNon]v\=(^J1|:6>ݹsJ.1dqXGr'Y-U8>;j5 k-Jr #"F;<[ĉ9>#7WacaSruغ!iQ!<_N;Dg J2 |0+jq]0o5%mo-??\އ'HURT>*UрwS5XjhBzڊ8-Q/=Ob܍0;Ofl #` t3ג'V˒H!a]:nMem HRͯHH}? 1fW8-ڶqEPHPHT,֐!*PE Ƥ #6{G lmtZ{) pqQYE'"r ԻS$IwХFᩭ]ޭ8 ֕>5ٲUSm_{gfjb6&,R1Mr-K"*axYeo?hȼ9WUtfaE*iM@ѷZiٟ/&tX6a@]p?;S5iu@;,*uf7BqAS`V`wS%r״ jj6³}' HMjqhҹ*9JՎ8s`SbB,vWwZ[qF#tI3Ubإ ^ } ? yyFŚw\Kcc5R^& ľC6U%Tp){^Ga&H|+nr) .owDɶ$l}ՏE=>G6ai'™C R>ln\y"G=ϓҹdz +iCt",}!fCSiZ>B44yp}2NܾmgT< P1!vlįp@b~u/sqx@M5T3Z.+{t0N0s֒^Xésswߚ{֪ۜy2T-+7o@k֕P1C;? VTX,(9yR7f,(D_MxhUUN[<:w!aH \3ez"|މ<\Svjw*r>pҮ"o?)m-1@KrnP.CxA[P-Sel75-5vS+ފ37Op fO5A3ӓ; dz{8MQ-pMSڢ8e0rGȫ/RFs+(IkZO[n4f^>Ңz+$ tI N03Y:ZYgpt6y۲Z8D'F]GYKlCҥzo<1GLrhȾE`D7C'rCNg}撩E&d'0`E .OPy;L{& 8#jmyHH#lRpGf`&HDsuU EsڰRvxq:tՋCO_G eq=FiEumlO6Fm.UgA梁ȗϟQy!mIh}x>RC/hBEofT'–_P^1(dkX#v2 u/ gO ,&j|y`A7" {c_jdt)⸏F}>F :CG8 v$}D1eT׎CSȎ&EmWc|S]- l]hTy$mݻV鎶|[-;`2ZOe]-OLCwl:Q+%'W3ާ1hdP&-Hg'iFr3xZfs?+6McU" ޖ$6ZYl[k4[MtԦeWC Ç dKn  <8v, 9FūDAd RШT:kwSc.80 a,B}P)ӸieP j`$RΖPC;IvH xhϵ>6R бs'Ȥx)]xe$Yn KAehXEd;tp11p'doXt+(7B;=". ̇"?ߦ9'[4]J,-y5*h':u4kxUFG>GX &CfS ,O*-UBuUT98uݤ 6_:V3 mHXqu<Տ[z?i#c9fbEn=3HHcy/eZi½|^,khLpEYgw䁸 pzgVř<-ǫuأt~(1)$o#@hU8,H'CdiL?q_`6Ih1ƒ縸 "`e‹~ $7beq϶-RV Y0R3U.|e6b-stj;3cS J\eo{ګ"Qv%D-M.,VAo\OmGXQi}ihԤgb'=%$f3ML%1lǫB2}zB,9 xK {Ҟ{4pʲr Vp8;<,gc?5͘!?*5M 行CU08\OdEH~3Hd ?טzp.>̤ _s\rh: Z;vJx.ډ(Lȑ7@Ў ^ +qc\,՘3`gpҘŤB9C_[nc3ymxO l֛š`̏1yԹ<yb@uKڻK`鶴a\X/”I_:80|bOoǼTS]O)iMLW?ַ -*(>*ⷢTNh|U7t׳XKj{EAP :E;t#*g(ziD@,ts/NŪV"WSα\Aep 9bIKZ]E;v!wħ[幾3,+ލG EIh ܱ/e`@&űݔ[EBw-C>ckbgareՁ㴺Jm24LXN!HSA^G՞fq@@j-aWM|9IuP'7r3yG͉w7FcTѨ#Χ__)'o(6T JKtAx0)By?uJz|] q4J>rkIX2Q47E7]$kD8k.񗙂\AXlY- :?|vG-M;h@= JXSvNV]FR$X݋O7HpcTi^nYS+B">sQDKdIX K7cSC/y_R%L> cFN9T\. H_vQރH'q=b//j\\H"*S-KZsF"obD@D]ӴLAs*SUdwH&`NQWڝtovpd6=ttkt2w*@姁wMDZz࢞ʲ0V5<\$$%|a?^sI?Ξ嵣Nu--Xb-iR)!8A)+"@eeIc@ Gw;$].PGHϻCOE8k6lj8KtXޑu ʾwffP%(ؾ =Q`E& Oɘ!QЙ zpn(Ns!JVS&%`!W^ǟg+GcI z4ﳓg\` QnE<8͛ZX䬄w͑ 5DP^n4ǷTy;-MA;0.l}2HU!}bu& ;[[Ob338|>) .0ў`zG JzBLʎWp{&ߋ>ZJ0g< aUCNؠe?gV0LZ5Atʼnaa+[-;~t)-Xg:ғ oz 2'%bXęz=ڏaY9;r7!zD7 ]Ɉ(rd scBZ u4N\>7i,Tn UWh`N;j|Fzq'ihg6}܆6  GJcn%:iNKl,R8{JсM;Ž9 t9-uA]>Zp!æcKzOgy|xX㔰}UyN!o1Bh좛n-fܾ9`3=d՞9}sH8>m\6 ޅg3% dPWGg?*T29z&vۿ PC@lRFzō8hg8)*-5Q#y1N)( Æ D#kR7`pT@th#T?8gMdՕg'½1x\piU%!vBCB )g+oR5q5y<^X$[H9 DGpXJO//CJ0q_ȗ>quÏ]>C2GV, C\.%XJS#\o *x^Kj`N$I6 $|K(#X: ;E%kg8|:p}BWe4@dmO0mB)mfuxobd,q]gPٻuuqjg*>#^Eޥ Q1/~bɪ@٫c1@V( 9h?^$VUYyYF|ضR.|z/6 Gi&D/wmZK*AnnKC.:e0a6ZZ7!ѦؖBW(";.% uY00wo.`#C6ҰlrZUBkXJ8yF]HweƼFH>egwN O ~f 0+> wzIh~YČ&;R yB;?,.y2|;wK97.I2>ז%<n%V_ 3פeg/1&L|?PLHCĴ|a[^M4i}$ Uh=0\yQ p! mT{:,)mBRu~"ҕ|%$]KT V eFjй.ة}za3L':(t]549`;p7mmЙwsf94=8E#yFyKqo%Sqr] ߽]p; \hܿ2A@E*QNg><3li+7+%-~1s\@gnK[,Se$ pG&~AUu8;p<8w ScU Vg$h=kcn\ 'btYrNў8CyHVy#ht-'˨qaFH7됢3_Wʽ5zy .>qy Akꊠ B"%b} @3dl}i2pk)fTA/,vRt 8vEw,43@"wX)(r+d[Ve"}|n.tzf,DN~4XlF "F>ل#w^J@Etp; 㵡WUNZ>&\e d 7t֊0q=hNc>uXpDLiڷLF]PZ!rh 4,4"4ި˒H* Yd;uΗ0;p)!۸5fSտYu.ktzY-)$A+;Say]?3Lg*g_;}Du+9ޢ.PyKtep  pSi=z:kߘVxmڙ!1ƒ a~aX8 QZT9u "#b$X"=Q/Xsbcopē6;O!@=k;^8b]nUJ}6^cw!qCV|8-ܧή+9ʓXZxLt)zPJ2:S{GQeIX q<~PCRP&! :5A RZY]qՠʴ)b[ׂHo/XÓ/VW3u0VS.veL^ղ~ԿXM.޲X%0"-:" Tx}N-A~GH 4y辛3cS1m;N׫ <J e9|=%rW^V4duN@z39 b:q/6/̪ YK^pb?w\6BaMU@ݼyyGxA_E}msGCl]E C1Gh񬜿pL%#-@x4JšЩ#"vHj% u?5A 猪uBk R`7ҿsLK۹4v rP>$01эYCb1*jTtRX7`Nj^otׯCZ|2M r('M? KFאDKtEfyA.I D|yI@3PkG)h: Hcc%0Z]L* ,7-~XWr]LSK^n/d ɚш/2h ;5oE.KamTΏr=0\jVR)'֓2jdmH@ p s9D݀7@1c$#Pv*#SE;'VsG5K.\꭮l:.z ,=`EhׯC2tLȽfU$rnbG-Ęu jk<d +,1/e4F8M=O~soI6l&ޱPDn6XRKCB[' h6WSьJ^539S;s'̢  ZSgHd=iO3sm0|fOМwݜg-Z+ʏ,>׃`[S't5ۄpS3|;OSHm8GtӰ1:ؤm0u-l0^k&^s9 s~[Dvg?Wه8svRq/ה^)Ify_z!&-l)N]uy7']eY#AIJ3GJR=}K]jP(Ĩ`I]"H[=Sȳ9'*#&> n(.h@7L u %7Z@Ⱦ 4I(/d&-L(ʋ3s4} `֬oYΛ$:뎁1y/W׀y㯍fZ(TRw>ޕWo_QU1ğRUe^:ocvIgD 5\nPƶioJsmjH0N:lts-3[me\w6`:8- (Ȁ|\'F:z+h#'/<{;a+K NhzcM 1RϠ#=(F޿6P*hR ClCfɟ\Xɾ)N^Yo,fj9lTnap!oi{tM'>l7Q {.ofJݛ8(~^4rAr6: 4u @\{ ԺB9=hL >Y^/#>JPID2kvɁ7H|b(L`?iV04w6`un-2s?}'Ĕ 6(i8W~S+?C!4nّnfmᾱrMOQH="|?İF< gAm)d!h0Ey,>QzbjѲ$dFGj-a9v?3Nu }4,|SĠ+\];]Sff6r5P6gzW ʋ|o`]Ua"[kRL!hG5*\zJLj{2C&a :5.9ARF9"VL.n挦aj3GP'j ] .dw_LIfr,Z+9E}׹KBB{T5b4u-&Y;PT55_DDMيV {L[S7]37IJXmPީLLf|nmйb9au7&cEϣ^)ه&F|y262!ie!Ŏ6}gxg݉7~a֖cJe&rJ=cݒe2XIיh!DsvҦB'lłk`C};ȑ:Y*1~o 2#&ۣtGh_V K6޶y:+6Ņ9NA:m' uAIo{ΎUbeie(gc<kvun'_j|ABZuBu/0M+ilhaRn4V|mej߷ϞC , 忰P͋/ > ',K GdԣMmHU- dJ %އl-iS'+Uw ,1E!z~,?C7N, ٗp~2Uh%ƒy)sND?u_QjgmOwa&NF  Hz/ɋߛe5EPP1VOATV֚ҿ+b0Ϛ =+'!44TPs?.'Ҧs]ӌ-;/OJnL`15v*H:y jAW <q,|,kCDd WD2mQ7@Yf??P {7|XPb :9Bhà!v^?k&W4+g KpilvIT+/ '._t0QV['u{!Y!]6&k`EC䎗PI,E!hEY u#3M|ʾ s5#^3{qBG z}kR0jUq6"Do_ vu7WKK:,<㗇e O{a*%kS\dhYntxKIVg\I|%rpbS9\TLagA~ ͚9Dz-#PFVЀN=LK-sԜNQ.A2zt{X_OjFuH?y7Paj{mr]/~qO7H;B=(/wpDQ25'h:,C~ oJ`; qUSq\NkjE%Xo,jXٯaW\ !-PȮue9-$p?%Wp^W"A&~ڻq Z=3B,[r3Jue-s95&2(tbdJ M{8¥kɦpj x=)Mx6n'xde};ED>R^WCij^BZE`[Ƀ*Ps} ۠ѥ- 6Lڹ,fpO\g};/\3e.wJ1ݰ͹fK.e+ϝ(C"mnrTN#ʹ#'[9J{0T$4q3ޟK?1v5 Q,]jgFxpSfF`~R5 sڧ@u;r=e4yrGEIrꗈ.㮸שn@ِ %06ћ0B|nufL~Gdǹ( VKyw.ƾE6ŠܔN9@l`2Y2V-)}{IBV2 Քn3}yHgSa%t`UrlopK2ч V?4N1+΁>h 1LƅK:Jp_ F,X_KTP V02J̔`gqĻc(?I"v SIη74kUSZjq9 y"(pC]̻-NX b%};^r͞4PbO'U(_BK?IQY<$\b<9Y(#Uk.aLW A:麲l,rrw;sgmKTِyh3θyBkNjY|J i+ !Έ +L,H-Y-{SMVX?pyl櫑#to)wdN/w) #AKA~gbC- hp # BXWg2FԵHuN)hW!F9`(`3KiJݲzup"ߺpй,ٗ~:Gy6`R1/ٴn DHRœ&;qFe(} _ow$W]P'co "d$=Ƹ,c9/Fr1:y+(pumu6FlpZЭOy8j s:.}-֝s(~H:a )#6a 9t|@wg(369@;C%c ؉ٱk]y_K~k2K"EXRa-3)h |kKr0.u{\TrK6/Vl"w o2k)ۨ0EYn1eD {x83pVN6&G?/ͨ(v7Cס.w)mbY+^;+k5S>w;38\;C܌;+[!JrT=/oP9J<\q_p}@|r$m[(>$63"Jf _ǔmصHƕ-2|ZՋ6/Vq{2o4^Lmgx2ytg4=D"8nK?)"zDTD/f(fo @ZDTƖ}3Hή.Gg:)ژlـ6e_m'Ի)C#٬A$Q-F{䱃6 ~?p.cfIx z w\O7A)n{TnVpVTzӓyXčΫJ籅.7K;2I+f"ֈH[+a}M%z$Ahomiv{=Y8r(ngʭ7ft F5,}(#W8|Bz_#(%qJ:cS / @ĸ,cBWϾ2.bRjw8bs\-Ij$\% xɫ£f AJ.7]kLYȐT2Ҕm:?)6R7n u]p!L~6Mo2jF_dO \t9)S'W#4nG7?v2+aYZ.1 #-%)V Y9+s B^$6z&96&jq44˅@gz*-񹧜h&Ih+PRDb&.{[ ;8qxiȒ\, Ms\uMD-P=DXL콑b& .ûlAk!N~cz%GkE7ۏQy2.Ɵwy.]!soticzY}orb2mR=-LS_ M>5_FSj,(]̜g :ieAXE}]Bqap;є\#T7'FƉDm}űCHׄT+J'pi5.4(6Hy@b mwMRaX;/yaDC5)xS i{(ivCWǔ~6r'#E\ _̗OmIxb~H..KVZHg[=Cs:9}AMrb-b6KHXR\hd񨼔_./@e#*`0lX(؜4[6 ? ^ܴ 1oKP~S\횼zYb~կߖ};lL͒bS|zƟMo{f}_,DW)'PS`}/[xL@_ߣi>m!꠪ !'ѹ˺FHTjT;]:! ݽ6ճ ׼2rT1ʯZM4Vw=m$1YE i:Di6$h+N8CqF=^?~uv]LJ(>d H 7AG 0A;YB2%CGֻn×;Q#:iSN\,zSL䌷}4h6/.":N|Gp ݚZp5}a>[n1,4p3{%Yje'VmI'(ffLK*O"x~pO'jx-~ɵIx֪r`R^?=wU]W~^sf9TS`C9ǡOvK HMkФ?[;[0gZ3l? p@uZ  5:-tg"Jo4a :l5\#c5֎LnmǰᾼjduqSJHgEԟ!s`gbU|qg!#>[֐~KZ>6_1k8U*T p!\ $<71>B I=>^\ (񲛙] GR[FJ"z# 0"#>F!㐉S/ԋci̓T}%VD9¯u`cV|͡x 8XM 烫p_JAK->gRJzm-xbNtcf.tj5! `Jx,H(%zk m*Ԭ:#~m {{F) nN6wи*/ 9cw޾W bpchOZyX:~R-MZ<'u4DVeF VvX?g&'iH!0d#oLbmgn$Pq_ %C#c-籣hy[k(0pz)WN5;d,֩@7:=؃\Ȭs(juүS&G [}҈l}5sp^gOOv;|؛"Б?9  {+A,Tz T^Ivp,%WR*T=.5DaLnrPl \.@B֯jP'}F#ؑ6 "Fl,<_ 'Fӛ}Ll]jGK^8}_!C>yMsfm3)TWO2J?`_Gaq!I{jǭmUy o"*^zŜja`ujLQet`Vֻ%02ڕ̳x=9!eg {pyلA^QPҩBhKR >j%4BWxO `~t3 1hp\QE`klܷLe9,ykw[g3T<-0cb&E.VYcKֱ%tHr?q_g[15O`1xEYɻE=,`uݪD(p'ꀓ **oSF kpAj_Kv|J'  WE0>vE<#t*VvJ>;@eU;;pQSx'+ŘőO26+c`$2d2棊dͣ㺠rE&0hSCgӿmb<5##$tYZk a8vΡe#YM  +(j_uS3u({eRZ~ _&:SgFC7pk!1O9w=ۮ5 FtksDc")ybqb nQiժc4/5qlk'MjyZj$A\xG<*@U8ФSc) %ʲ2x;/3 ݣ@$W}c[Wȴ.E6Nq(Bd%ygzg+@%j}YDGϰ--[R2f"li 4–#`g`iQE5 $$LFBZq_͕ak,_& zTNB *k_ZzDסpT}|wwϬ^58"1&{pz,ntetafrM mB @ܴ( C5"l5!ʮOZb:KRA !2<~eMCoƛ)lLa5ɒ`"SξP_'O:ŗW guޠ#0ڎC)`nlI'bFR7TnNz[QIsߎ)^: TKԱgbQlCj $Qʹ<o[φN dH{BP{ҋXZj'kC. !.("0jw e_ýbtR܊+eȵ(_}EQ]N E6Sg 8w=dO/op:")yN*+p:^SrąlWK\=-mbiĬ $FTMBO `kB2q\ wCLSR 'VWe*\v1AF9g"Z]o~ZQ*Q|W7KH"Dls/\[e~AŏNs6ɴ #ys5͂b_AVCm 6/}1׶ISM 7eniHSnl<P?NjfvQ ÿqG<*(|}1줩 tJ2cn`ai( =jYm?}'*^۪(aL ZiP\2z8lE7퓂%bٺjR/u{LA9=;0kK znC1 dF4$!тF %ѽknu C~?eDvQ1,./#e;㖘t#xZw}qC8[BcGj0O+Hdz*F̚h~> Nz>i'ax; R f| 3jbۡG"DD[*[XzJZѧF-I^sg' Z(J2__f 5ԥLou&n?ک`Ql)oÁ JVn[ΏvZBjV _g6*Ϸ2]{E.x_a#N5cבVYNlxHȏn t*<\$[+QZI8#7fYt /tX"ߠ`e:HȠ1i_{4]]{'l"L!R@?`ppp^Tt@]eë|%+r/ _ qMk4s"H[fKFLӽu خ(*Yrݙ3Hu3vBAj/$YQ2shuWן9Ucy$c9闳w3CkV5uL_4tvx rb\RZ ห{@/f0 mQUD=Ndw7xJ.dib$|G)m޶k@R;s;>sՄfw^1j2'WxAy%[HWG'xM;~xVXp}ow] 1X/Үf@ 6Vޱ*%ft$ɋ q[PhZlp8/[[WZ3ȳiD'gNUmo]Ԋ_T,pòO5w!K! =LdkǦd$b[7!i;ho^:ƘFLLhjɂ ?RK)8}r^ NrbUԥUcC<{Avb.fwdvn)۟ĉkCOdF-+O diFOE\7? Wfu+dUIC  `uhhs#S?ڶI+,G?aaC}-/&R_fHPg7a"u`FxZ 5T 5'pC6ɩ=HO&60Qh5bzT8C]x1wAaK2rbSBvoP>a7f1 NǐyB犍 rQc X0sjs.\5!P&GM3KoگMDZrIYXG c ڼ^@tڊӘr r,8yrf>aǫ3=S2,zktUV;A0 jnfӢΟ5UVs6pr˨@~Ԙqx?e GgDL*OBhU20@@ۉ{~c8Q@xxf_ic0io+C@$@ҨN V%f6Qeao0^$2lmM} 6Skzc}9M M.0hp|} zS+`C͆2mmRC_\/QMl+ۯ":de+pmMy^ tYq˅EKB 0>q[=) WLEL0O}sZ NC0@>_>D0B湞4Gc>?z8LVǓ7Wш|6gJf ϲ9CUۥ4%/?q{WgK*>nwph9,ӊ RQ#P7 l.bgq۵ Y #έW s3K4!X}rfBgvV'sZ4僊Z.c';WUs.u 6mrb-#(m4?܎oi~"|4jW dհ=>2t!zWswԻ"cڴL+5ѥle.EnyS5gL"a0Z1 (# |=uHƣ) 珜kwpEoSgkśj8m&?"%X=ʉmi9>#X:t_oR88hy#OYlzիg!1L ēD;*iݐ4VYFק`>Tc®2.'9'^s~9\+]5嬯CMWTomW /1^_YSt~)?a.xyD8k*Ve XyK-ž p0H`E^AU&ESi,I묮~ϩCEÅ0rRh]M.rf7|L`\øuAOZ_"oFO(ʐj\> Hi%ʱ 0ıLl#t_4B =_\O,9>kCǎd=A @|9{$T04_E+迻RT!q2L$̉ЙQUrK$Y8(RS=ƕZݨ}qQ"Rklv&y 7sk .P '[<.Wh2qg~Tɟ)١9\4vלBh3T:IECRo 4Knx w)ʺO 6WESNC[$NBq~w,niQյ9"Z!Y tf1rE|;dӞWjoks;/@fΟaM:ј} Yp~ug@z+'a Y Ǽ4ʯWW6vK!o }̛WuYb`X&5X"L{/^7*YibTi+䡪Z`>tsLVA(`}z@Q @6J/hiS!JrbF4[s<[~D/ ^!  mͻkՈȨG~v e1A5N댔ë#up/,f09AtL3╃01QB[+0{:Sj|rS\ ڢ8yo%h:Uz(ײ*8LX:i`I'kE!D0B 6tÕ&^+xK7|jZ&PO7LDžDNطVK爓}fD*?vW4zvx#B ;u+>z|nX~ͭ鵊kɸxd):ӄ&ǕmD_ฃpG.nJFX)A_R%ub i 3^Xf r?CXaL>&Tsx fj!T|aDΞLy i>Fs4 >f/k!qɤlֻ rԽёO%ZjL٤0MI5‹},>P6Gnj%΋G o%5qr@lx IxM,;\x 4s)xkQ8ǣM$e?suf[=HRbV`^jmUW͟;=a;CˀNXŀxB3O~@A-A`:j1[{G%1%jO7Z1Rb枟GWMfN7_F$BB] 0U@FqV1 "N| έA!%71ՒU(f,dekV$4FQ.I_DY槇wWD;߽@NMaibFֿ]ǻFМn9g8NAuh&ܵY|myQ=y;؊m~6y'wR6ɘVbX[7h|$M{TLhح|$JtEG$RC\dYYyr$@)!D}H4\IK@q[r}vw>7Ta[K VPehuXefBD^t]ݪrh=C{9SF*g1{8 kWcIPpCD  KLƐ{ʧ-Z#@%2nl&t~DRk_ 3hA/gJZT㡧!t'0>ŘEQXkWGŖ}dVgg|)߲^ƋP89(Fܸ;DJ0^DgFiKDX v.}4#sĐړO=x c9A_`aKRXEZPP=t{ 0T 22QH fZ#7#CU#Z)m]i,5JCWHԌ[I8)qJ0lQY E֤č  ~ۧ س99=EטzV&˩Cۄי /9t_,*D, s UI8kծ nP2'RhGt_Os~gFZ^}c#މe1-$F6ޥ.=sfR˻0]WrAΏUqpx@A+kԤ`ɗ,/"ͪizKK܄j%5m];Ba%Fa1e!Jë}wKxtjpP8K!Gq ZT/>"2=LD5V p7ܤi1 kM{`ynא,-l47i]<70/"N<?Ց]U"Z[Lß %B%oU `3\>FpnV,?LV`. w.=h%z):lj^<76)TCE Teu'@&)No)Q!zbدu t?/vi#B4IeYomICHnY,ۡ I٤TbIqRLRh@M>!  ۳: Յ)(ZиF }Ngޭd(O_ue„gTӞ2ſJ5*R7 da4v~xlg rN'#y;;)rĤcI/ѽCi\Z$| 3[VCi i.C## /X tԚb<ES@rQ6&zVVh ,#ǿo`wJ7dճ?(sYz% ƕIr8\-֑jlܪq@MXnX*kS' XsK OEbLlx&i@ꏠRHfj`~g;?_ s&#^1*@&w&LdA5/)7{8qWV`% PI^_,7n֜V&2Q_?wHFZxUbm:ی@9VW˃xɂ [@[iQ0Y9!E" IM]ha+$^cNd'l9,[ԬpDGcvs&1aZ]7-7=(A[:Wʦ(Jb 4QpE|G}u5n8GtG'tߔ}mqӼNWK_(|n@TTxwlRז{cĩ :hYŮ s+ ng$c?eONl\ Ud2u2i-udŢv\" jWgAFc,eER ˃Xr2$O(/-fgN໇9IcQ7C ;\M6(é< Z.jXl}%B-"ƥ}1kN4?cYfX[":ldx&WQ ڈplz8)XMD5VZ=*7'ßLi)"HeBo(Ɇq }䄙RIZ\] a-~K=Iwlpz1z|o5ZDZ_vYhe*j7IV#AJ'_4+B/LӘrG:%TLdM_4Lc]- Êh%cGOJјFҀRO-4Jܑ&Kztc.^ߛXV+M'sINS&ΔӃP[%gfӘ_l^k$*l{:cH5G  1Pp7=T7U.->6Z"4"~ zm²kԛ rW8o).ے,Jn"3?<[a+᧗Py5Bc!$REɚp>30W$M6/qE3ƺ%=˻ W܃-Z #S7ܶ S!Ԑ#vY*k- 6NqF"A׋_^k ?ʈXfA A$"O3 01q2;o,By]J%?7_*겺xo .C͵-pQυYFB(|gg553 1Y ɨ8Q@ۘXԐ,Z1L*yוl~zpQJ`p2;@q PYf<҆&0hi5K 7!(TFg7-vR޳lS)m'eXGn:qQ RR,wǞK<BĐ%Z0FQmP8zyY =G%_/Dψ w2")vXP9O*W@È3Y(P2ҥ+3G Y_ÏdQz F+A#o.. 3+mk !j*!ycw~]=v_Dׂ!V^ m8$|Ӑ~C%DTd8 M9 -rWC-oכsӝ3ou/^kOu ej0f d[oȘR(2 bI r{|Q1J 읇lam)V1ƒ1.wy:` ~p|٘0{Rf @ReQPJ`g8=cTrCF1ܜbz59͛DA =c懰Ó~G\N2 _ydE30mUʸzx>-ﳦ:FY l-_]V\0T.7:jSqZ^i $xNNo8/']CSpW/G9ޮz-b҄cQNmK~ΩG| Jkbo[.n^ gf-Q~A%-w@B2Eaʋvy(&.b]labYY`kOBC"+ݑ=C.#-!nw=iR :PNa} H7 LFRIepWYҼoDI0y 'E?W~7̬]&\~2Q l fGc:v|N/K\G|–mE=;'tfETx[ѓܺ7=1gQf QŸX59 ϖW| EHӴ*hY`u CKy+<ÇYÌGxc<ܶ)BD8TK=d`"ϒݰaA d;!q2EyFBl)P";oQ=&15ˇCn#H ژPNiK{5vN>p{9m?^}OtcsMm-#ex5 `#4 cTrjO8nPPQI`"䪐pd֢2 "X9Ie\1vVH 1׎d^6ob>tϣ-LCJ,lmӀ[$f>?pvkK5E]4$VVWzǿ m^#j~h@w ?w,Y%.Fci`?A_& ô:ℴ)s"mm<ƪO%sͰZԹcɖn )ȓ`N)G܌}NW6DNW)Z\tc(J[CT!VW6ElYJńɒlېV~,>3U%ØZ=ǯV̡`jԆɌ'd0x o_S2e2=m gBzs0fȈDu%,Yo"O\X qeWУ~76?A W,,# .whm]S7^GIy]@_Â1s[hzg_U Q4GcWГ^nXȚ7'"IZp'M5L ]uၾ$MaXXjkex&zT4GflHiv~44+Uj1ѧB6`A_O/FT}vntuМ(^וF`Wbx?A݅ۺU~mOMS-!]r.$?$M}&85>.-ɩm'E} '~v(*A}3*c<4e'G׫PD/^7?Z1;y@Y+)X?s=REמoD&͈i&V=BCo( br;qd$a ){;OlLzl 1U\vp<tcMl^$ډRmS.zezeLzeLVv4hT{KC&^oT-"/`&]7*:qMJ)H4[Հ4eً&}*oEIp^#q> #9qyꐅ\OP\gS)(cr ,ӫrR8FW7Rq4)atg(A@NK_' a"l^4y+mE>.z RYU')Gf6%C^Z^8s&k "j!a2-ەuεvS!,oA-8BSSWQт".' <讼F G $ܖAkzYwпE 8—d6)%p[CY6^vˋd&ӠϗHIp$[FrыHX9+ڭZO;% `Dy8 d;&{]V1`a䟞HˤT4}),Td; bȺ(o.`Ј2 ~2tf 1g!NwpXa5j畹|§zɮ)zIǴdaǶXHBEk oRO}o&Spnղ%Pcq (D|<9}; 8">_JQS$h0nV1 V0%/= `k3D3Ҏj׸9Xa~!ϋzwm->y^aN8}N9 j0'OzJ|*T>L6"+ 9&ybViVh2)$jlzJoT" 9#bU^ "Tg;FW%!ՈWvhνO#+4^0 Y|=͠6%\2J櫾R }yA,z=nỪG!G)憣qBㅿYԨ^zy.*[Xb 0 hJ,5XxY`+*,TrՈ.j%5&Gdj)8n*r`Z?Ke AK/W*DXu5,$Tb?EZ:}{N=cN*XI rO7]dl wpd UF@]z@]ffNeMԈFA^C`Zm.`s ]jx^["\hgz4Q!s(t+ƈ- ynW޲l {JM}f.ϰ8jiل΀JSd>$̹*3N?N 1ux5,tGy.3_mC3[0D2*.5v ̪m:hPW&Za@U)એy,5zNo7mB~`}3t}gxKߖ(\-rcS$dZ`0ϗȭ4zYqYR/` xCdSurN.Y0{J_4<3 ]j^|PįN\Ak˶芅i T%Q9Ez(Eh?ɿY!?g`D/9.,澍Z23C_i]\';{'&R Z<: &)۾ ';Gi"? 1zP>`]K~c{^CI ^w 8('Bf줢˱؈yi*Iq%ޡABr ?@uxԲ %_]U7Sڲ͝GzʨoJ3=t]%5$O_膢5^px^0:l?<J0.oGU`i-;}HwO3wmqwdnjzFD?ZoN0 pNr2 ُt-RBF.HLu"gd]:LoE ]  xnxS$rN-`1id tϻf FsFfc ;+t58Ɯvpe99R;uckہwы@:L;탁L@lGS:.fQr, kEteU C3eILQGȉG9p }ܱSf燇&)b5fcNvJb:}gctK:,0#[p8 xV3f}J_j+2?>i.`ڐ99՛=9/hWkyˠ Kυ.gMThcxqBBO)~jvNuuX6w_̌ҭt | [%\i1hقhQ(r֎O~i?ܨZ|Z`|}ZT"ny?ǜjnokf`2n}Na!k• 'cs HΧ !Yd?:Zs&[Nj3KJ21KΝ(K[V充Yc[g숀r/ L(p,3@E [Tђ}/kjRvI!ZIJp,hSN,ړhӑ{ƗAQjLǝ ;0DJrs,(QQ{i >4M&|xʙt鵵T6Qg)"Ŵ0-(0#hbmaV ~|HVQ6Z\dZo(hՙ [=ic `.\̒_ t}QJT3/="@RIAqZ*K ‹5'ZkMuRm)q(\hn,:Ɗ^ʽܞև9.Rgj h3 #G86;"Ͽ|v$8:CZti Q&)̦0OԽh+7\x>Ve K'U ﳃΆɿkm#ɵ7ePuB Z>e+Hm_qBS\7/61="O5,<:{f$K`ͤ7gCU.Q̓h1~xEZz; pzN=dJȋ$ZFB%|d2:Es lXFvcPkw桹$UPw.rTDN)y:U1UpymƯՀ鞫FZ uyV\`-⬖/}0t->Uٻ~Uɾ_YMշ Iwm乌$σc\w&t~6D yoV[W+EGEZ 7i|%J;8mA$aD _Lx`yG|'dVt58R}99=+S-'47^6Ɉ}AgRQd~u|K$XŸ$k>/AiY(ʼnoEBѓh{1\v wMcxп(y ܿ. NAJ\M_cE Gܑ1+f%<_wx+sE!MOe(J @oca FKLo2 >:mSwV^닏ZB)Q"2(9 )% B#_4.SJ֦o80$&!!}xLD!Qn1#FahHՍYXϤkB{&̙?x ~0B^2HDD)Շcp-=Yu45`T`۝d;ry.kwIaFB%I[%^{ 5)>~L?tqy|6=l`{V ȵdi5hfFF3pW\%T!g]] &2C̕fOd 55>{KLZF)ׁ\IoR# TuYo]^YK#t(D.՝(59N9ݐ6xZJ&q}PRhjo.~ Yrrb#CZtH-vONz!.%bxI%Lد!uT Gv,eD_)`p F–`5rQ i.-;/GvZk_w0*Vc-U4O%,+MнR;O$U EB., ?7#%(kWh+1'gSDE$ǠT&P>i'W2\2|T m(@p=! TZk-"P},&i'au(&I#5noM":eI6f|HxXQtK1SOXV& :A..r,SDFJ~Xh.Xԙmk~O+ɅR-f)'B5ÊzȨr`-.Fj*/}tM=6a!-b>ÔYL{7KZaLdq|S |w1e+ bᬅ^ѷqMY_\HaЄG~eA,{)ꉫe͠mòG9Zvf9ܛ ZJ\i͎@^D#>%[WS`*ۥo1 /T&oD^TFeO 1p[S[i@1 PaTaz+X#{^8xg)SűbU<+?  1!yI+[L T34'`N-49\93%*>3%. OwD=%CIW%j0w$X&?Ŕ)tK\{6QmXxYɱoЈ&apfl+-C05SπAb3{$ԩrhfٷ),o{lcl>mzLÖԼ1Ni(ڂ (=,](Գ_}h/Y`JiZw#7lasm2ʬGTp(#^6UV7OES%}Y, UTJعt1 >W]!zJ$JoH>z.?* 6^T@》 r~*j 3ˠ7 |d~gvO%z*0O HMA6?׬cȠМء!ͶqH;aY^&W?;/1$y{0lEZ^C)&l^$wq8/:'Ծf1$^fYqs4C drk@Wq“O)Q[s 6c(kz{t]Ԋo=át L>;g&:;w:2]${/'ͫ|{|Ci)_os[N<<`r5²IX41v,OUT=OxPU^\<@Vw>wH8Ҏ;v  h\ʘ \Utz~ISC/; K(qewN(Fsͤ%V= UaF;̩>c'lޑާJZ(Ι*mdݜkM.;b"VcLI壡i=)sZco6V-tJq+ pf14 @|Wo z`ɩ3' fͷczr=,EZ hF֬;HF3z Qp$t1{ZH(gwώgWG1rB՛5S.oIDeEi4rLE6M*c=C`u HȜ,4K$FsⒼ" Y!L/z qTG WqW;]ډg=%:9S\ĻX4VZ.7+DkO`]ﳠLڅZ,'Msus,',5j\gr?y?^ٳ<0DW8Y'TyYI*ansQ5%uK?KCCd'Qr`WYGlݶhĀ)ؔy=O8s24Je6a.2! %f*Ya:+n@i1_rzXpQJNa9aCI)etE_~ʅ5&-+DȞh%iIf7SZb麼~%KVnG}"PRR.0‚&TӬilP85Zros8r!{N4,딭n,0&Ɔ$ IV*Ylߒpաox3M#c̎ WmDl4<\hs*EsGtY)T 0#WrBXI<APۏJx6YX2a0?td/PYk2P AZ&=~<2- (jѿj; jz_ei)K.4hW8"us%#01Z}(R8 s3;ϼ8#A]"#.MڷaVYov};F X!$8ʧ+pۉ/'Ehl >o#X\v6;ov^^]u6  F ӤwkFX1,. aܟ7d7#F>Od?Z@4{l @;y+1! d9x! uEI5H}9Ar\L EO,aw?>M(P U*AgǴ0ykQkXZ?ccsdҿ2Qu8 b{]q0Q  3A(N~BjyX?-Cp^ 56n/h>ze6!; o4.xT~sTRbcvo6+m e%j9rwQX T[iWTP,NF`}:ʰKkҩw0A6EGv_(WOa3^8K?>qPSC -ܢSX$/ؽD#}23XF1]nə޾]3@6`$\ vRegfVز ꞗO}fKk A>Ze-zڄܣ'aI$9pP$-%ҕ0giiBawn -WK_Xc(&PsCQ{8ʪÃj_1At?ny=7ڤPϚ1@ҶɀJ[g2O鍰0 IhՒW2hᵷA}Pp.\͜ 8ƼQ8mk73}J;jė:}1Rl3myTݞ^@uJ:^Zc}=x3\: ~%d@i XþVs< V>A^ΜxD7SűqV3e ؝&eDi7 x+zt"QS+HzDWƐĘPO-x*5{#WO^=_lBQ*Ccllr[lV{ͮ˹'`w3L><7Z qp{@2QݼyP D@ ̇(F䴉h8*4,>fy+v=*ƊjfZi?SN9kQ&>$*%"ZNtj.%W(PHOd9#JFht&@cQev ydy2W_ UKYV0 pz=}lKy[aZ)22[=swktX0|t;U q@%V83HEϜ3zSV$'`D݀ &6goDZv~>!pu ЗPV M}%:w/H8_̃UA`AڮNM˟l0z.8w' 0?f篊yK_o_.#tm{5:v`uePxCws:!*ae+peOH@Za\bXFkPӮUN1*u>[ĝ4AasZC.Uh \&J]f&Мؙ !Ȝu Vf#<&$Eas+ 0 жZyı?/ 2r9η๸qn*Ma C_⒏6 +vWg eQ)Vs 2dش͛}3ArY?x_nfFb48 ӵևjN˳${<ٮ+9KsAI $`xJs2SȘХŰS|nC*JڈI^escK&n"./dvsEQxG"$,5Ww Sb1-9D/ũ ]a_tخy٨ya}U_\펀{b`.b@qAs9DSaR#3RiīT'c1d ˂Vacū1uexѵ8{?}dFr@ mpi})i)[{8ԅςhJx`G;YapZ~#`I :Ölb9ٵB& }}0 .q1!Y۾3u;uS>AC(n$F} ԻQ Q)jtO[\%; e; ͕;R ާEX^mنpv\~AEO̴S3~JS?ort*PN6K YȀzK吸{IݜhNI~"J9#IN0k.vYe?92^i$[&[jKꛀr.UTe@ \~V*Ka/5N#0+ 3%z) 6#e>}7(2φ}q3V$u~(cwk%M_v`kŔ=/I_mҶEVh|+ ,l,0WV|;-҆s6:vK͌Ym+0 [|umZR3Wkδ?ppP SYrX+W`[[@>Jv|K,[nO‰RG%2-cdI;f@rYy>vd52]-bOE\w-NwgADPV=Sm}IFf#E` 誃-!v;vwEf~mpoDccHƈ<5հ/!Vl rZ ʫcťV >I5uUCr\ȇ.ldsBMYIX¨ǒMa6QPfq?p).JM ?bmŞ$'D"U%ØgrVkS]mcoKqΚ&;Jnla5< Shz! Oa`Xu Jն7tX1ȳe-fMG6~/!m$*F6y\X{Ɠ84y&b>U-z9& gBkGMN617a&蛲ҧr6u&N!q+p5z6E#"x 'Xiu0Kلe6)Hȡ9K`ϜVq@q4 E@k食Vg ɆT? ӎ+ O:SHW=caAw~6iNP+?BNJ _)qFhJֽb3>o?j+GVhN$ d%Ud|׸Ffb4>u9w.Ԉ26LSF ~ƹ=T:m樂~Wg 8+ILVYI+ ^wVd?6 *+9Ь ىw:߳q<ẇh*gJyb=7kh YD&)*03) >]̓c{2bMoq6`/dNS߭fJsSUݞwEbLeMen7 9_UY,բ ^R>C6T$[[J "h4 ȡ4s8u>(ށ(7Gz 7T$]1*@ja{nl> Vx" s NR/D"ϳw榍`zLlVt+*暸Isغw/X&*ΧQ$2JMdTt ZjyH:My1Q $Oτih mQ *rKm=l,gys HP?0㦳-ˆ~SCnFyfaD7_n5e OFY,Rxg–c*)TQ0]_Ǚ1.?XگpXd+KwyNP㶻KN! mf12du+X2{q֚ oCl|I:=ExXAC w=)P띺g*:,pe}¬* B.p;W;l eXyoz.\ .Ta䨮Nyj@ ~յU'zsسvf>le{Zj9LĉV+[8u\XYg ٭~c2zJKYP ==Fj`c*naZݭcPDgh>#Ttv \`X;.+V_]<7~\z+:1; 9::}k@t)ʐŹV8:7'PQricbšֆYy?KsݚyAP[3ڦ-)&"H^L]DtT 1 Մ5-5J.Bp'U&4e̠9%swdþ:1k$; ID@1`x"\B6f/J %L$vjrW)  \d9W 7D^LI8,si.e>x-k].9d8&y$^I\#0q+'>K5%531Lܳ*w=Tm ;2xe[]TȀY1՜Qګԛpq!Uw*$iOb$$0Ф:\ꛭʒ/d,[Q=ęȞ *:ߗi}xEdg I*#tߢIoo=j8= CH-az8 ,D:Z' ^!tA$IOCH)CC @:L! -p.:hkAާ$WuEPxI]([ o@zRunz$ <s^F6vs#E~L-M\BQ/P [ݛ8HG=Nϰ/=m)8 >'GηG:~K"ϳLBD͚C(xqJUG$Ϗ~'nA8c$ &yS&>H3nvah1p' 6Daɑ[41]hGCz"kӄNy|xw?JZiö8$>űM*kҸ [Vv AhʖOm֌_ CU:j_h9ORćUU{Rįg(VRr}`:J25b~P,WE~.QL ,7;1<)n UM8Y^yrW)G3T3dZFXpKVAc*X='t| -HzaAc&`{OŮ557̫fxMr%Kj3OniMJ0fH>#$4\z1V&eeP4cg%Ba kOn@?.h6 b6<",IjyTz 8a߯*$ԤJO)K:R'@qHP\%e%'5[ lgf^y.aYǗbB̴oz-rm&q~B ̲nB_9v}T(K!)#8 ~!|3AYxIFtT4FvfR$nAdy'`2ڲ{IǸ?6nurtI_fl3x%2G{To^:k>mSd[cͲx >V8|[J?_t\: ۩1ys!Ȓ; x]džBFqYQ1/gŰH(꘯c@tÆyVarOrT7v86/!]M.0K®VO*G"P~LD/Wl;aXrP5Qr͏=f~af9b#pW0x(Eex'ê;7Wco<7L]qCt oK^Xzګmý]U&xՒZ6_U[rD5>*@~O3.C{!dXtz>WہYms+=}bO-C 98)CQCFֺ]rZ;f}^. Jit>"G#k_tS3@Y^F1#4= '`ͥ 6:lcUН~ot">&Oev1zM<ˋѫ:)%̒8iPmzqy]Uvss ް)/{d #P0)B)Uu5\/f"GPR!to-ooz f1 p;k`Ie>1JWZĹee-eIij{|7sz߳t-2xEXT/E \*ǃ θn} ?X58:|wkj栆W1nM߶w9=9I4HeF1 pX|T.:)w@%#p 4,G%MXĨk=JO`FG8 o.,Xh5F$XoXXPu|גȽM>%#|;w*pRb!a2TqW[n|-uMבEE\GxPstC$)ɯA6-nU(2w|)ĀZ([O~(mZOԇb{8gcPuP3d*@/\M|k%_Q̄7Ѫ ?Lp6SާщP`Sx3Jl>O^%5Ykz~ű"n՚:S`?R :3.(wK/8}aM(+ o`_eG8y6Z R}LQ)]oL_"ɡAD KX JbVk~P-Ά`D/̱Zl(>r~YXdc a+碵 JTVUJ5ڕ[t*9 mh}GWDkG}#'}cUxqO(?]pYtmQC͸6c;WT0:y^!%Shڰ5Ӌw 捼;"6nD\FLn.䡗1'Us=д,fWd3:?J߇pz &OTmO=56K40H~R }מ\1(pŜ̡9S2-#~rev thic$LJMLItMcqųkeԦ 8 [:]b~+SCd|3 xk %yXIVyΓY+58a7G ,g"uOP8@$[qK/Xz p`euv GbJA;&xjnZ}Z{4RFpiP}$(UQ}@uo9$l|,h eTnBRD&gLfߝpflUM6%eWVwLBq EnL+bptG0]X1I> S%ɐnF iPVЅ11iq}2aEE%W𒅊'F) $G}ӿjq4e)`"^qSƁ6sCF(|H=K0t:gwL(ιrc+1` m9*$~jBGZeˎdcG#.nƄjv%>pRdVnorsxiI'E֪al4DʆKگ7p-19.\ gM_3(-e?#+CxbAjU{T %U>SQ`iUQD0>!a㲬dH.ZN=.p3ȥg+ }1R|Ϻ˭ 5¨jBΘ@ |ym:5Y. o)_Mw0³DEҐ5o(1Də!j䬪[9ڣOr0wй8"H(Jkeo-dz^YdJәlO>r q=ƿS&%D>|8ҊUB+&#j4D,O" qzD;YRsD?r z=uy5H2ѮgkFPz*[TyYScӽXQwZo& eOgsz,}JTw߁ʏC2vjkmآ"0G6I!~!BLϦ\%̌V|Zm)0yLWj d݄_@X.4ߏAZ1[N3@Ç!ⶸ R@@PQ30r44k8:,'BVSes{ {jAQ9us C+B1k!ȝ-67}_tux"tkzÏi'ĩ |[ y۽M)UfVuwőeOFhS++yHH!QfGo+~Ru2<,6)B>% >9c9K/Ua%=3m"D{vy"sKdUϦCu[!l;B` Ģ6\5hzT*G bZ hzL,ջ()ϚiYV,N3iIĸ_~8Is:3\)]hljJyZ>$q7 iqΛi (:(9b" diMaVkG'2#ˠ>Jg*_CF5ΰgDa~U$=vft֕}[K9ui p:c>kR75-=?}&h.y:,q3wMl~ËrF `,&f|5`~)OZ_c ҉Ʀm[s,bC 1w9H4js_=QiN10c([1^Ῐ1Q0Nq06q.|A1^⡛# [DߣwOiYD'&κ=>z%ɼM0/}1x3H _$ [5'ntd-& \}ۃ3CH\80jum#,X/IɕوjjP k]TFD /(w_;s2NN˚*,켦NJJϤۜ#!N6ۤ^E9j`-1'H2ż[@$ϹgZ|hy+вPw ,K$3!4+eaJTnEemrh\q`#6v| JKgg}`[aj$@xۗgRH%:sG20e tXhZZbγe,eyu$%E*ɺ{s꣓Cp@yj@Úдͮ&xU [~Ŵe܉̈́.K5}ZA >ܟA]mBseQu05|.K\wkjz41SkAKwMnxnpcΓH{Z#7M݊{l]~21}׽qq2Dy o^Yzb Z(ԯu\^bܺwPj >.'}ÌJ跦þ:ozDG;(]0h Jo.n>˓l{ ڑc=œ ,gGMJd)ux`AJ3g?οr$KPHz(;Uq ܖp_YI Sǧh$,9Ɍfp$0! FWR>oTY}kCQt wٯ3}DSzK'6Qڌް٫$)o}#qN0*V;2Eb3nGE`]{(vYUi :j0ݶ7 ~:[bA`N#lha/̊r qW[wKejx+eh9}=fmL ~ ,+~iW/N:\՚{[ 'Eo_6Z@IqQdi:.O|zk-Utڻ[2"Ļ/ˋSKi[p5 R,PJs]Im=DӏfbV2LɊc^|G;p0i9V5Uހ~4X,F/. nYӠCȞ\n| KtsQh/:3z 5h.z:Ɓk_Fegp7 +SrND@; H5 a-_w)#5kv+[m۽ q-6o4D+a_y$Gke+ٲKef.|Vh%y:J(q?*Erܘ~Ohx=4cHLL9~b#'_h"l;R 0}yfQ%}Q2e?Tbg`b.8d?iPJe8ǐ8zOA y~ +2>umLNF;g5g ʜ nPW}]&/4i<Q 3g^vYbރ"TFPv4d4Dގe:)ּ%SEBc8L\:c4:!/L}Mmwb~-èFe*bwx# Л1G$|>L i-IJ{`ˋ ,IELvzUcJzY f;UU2rϠ$6:YH0Ox^6NAn"\6a9(97qG3dӫ IǙWE4w j`y-F ,yZFJ;ѩ3z/L6g^?/o S5rfL"4/Kkwӂᢖ]?ܣr\jQpQLCg>%+[\ZOP4GT`y]AВ~|AWILv[Z5YEVR\WMn6>`Iz3_Rfn;LuZK :e:]OSnam40l.i#TV@w$oNݟ7NdwRXN{cgP,;)aFWN  #UPZᆝ|O0ô|֛Y} z~ lQ6Ȯ=5dDeJY:$TD$@!\NلY w\V6A]7Ho80r!\?JN6˳,dc%OgDȓHjq POR~ی,Y*YU=]!ۭ/.(ƧUz$LvÖPRgdV9keH1i!g!ٚl]GSUG-Ɖ|WFҷ3/~ H{lrNHR¬}IhO).3`>ΐe!%3hFx5,I/iZlJ+# h!hsVr<~u8 d#WL<0CGpMd";1O4$QYX Oȹ)&iu#~dJdvcսS0eY0DbCC}F*ftY 6W-qw]c2]wLm3UMoƚJȻP31R ޞ#ot k 5xQ5뫥#e|CV1f^-LPkПrY8G~_a̯:/ lܫZBRyS]ds C"1$L!cՔɦuC׫|:&y,XyW6Ӻ͇>=>e.3*Ϳrv$e;s=R-šaIIOܸ.M)ա RRܽ ] X@}m'#D$eugzVrXy9ڳjcNidaQm̸^LjRQ ,f)[HD]"խ0.p0Dc66}L`hle0al2=ϨF<C)!PDĎ e/u[jN@*sd+xAe״s'=޹<Ÿ+RGB&!M/tJhhNfTx'fQ7r0Q An۪WlVtiSEslf# W̡ދ,ÊxT_YZSDmXw+x\.Z *V}+h>mjQkv`qX헌fǸ~Mз# UF域k37Fvp&&R2pir{xfu\!3We謡ND>@! ~IIý*Sn"Z0L`T p<9?X'yG"ZjS1g/7`ţ3х .(=Pf>7_AGѐjCZ:]]ldg]Z)CeZ;sҐ'™BZ'PAW6UJ.ʈ A`cTULwGZѴa Y #7cV++kޯeDR[f)*濏B;(Ő1߳Ka;;Rr!3$i*%S:<ޖP$:) >=9o: 2bɵg_bdu\L`t;ζkd9gN5lʗ|QK /\Ί%3E5&Ns`gvֺ%ғ~҂pOs6 jViRQxfrO#WMOiw>7hmgg([Gڣ_{6Z+PhXstȧ gn9kz3dqI~}4c/>f,!-焷]ٻ1:9t4dQӁ.[kCµ 70yO]Yy~mfgWve :}w@J_‹ݡt8D+[:#>Qހ_?B b^E';8` :IZqݜfX|z鸎eǙ‰O~WǒJ4` ܹsƯŸ'.,fѱȮ@6VePӜ{R p,&01tbOoڵzQ7UCIҤnǯfgH_U[1 c~zrl7"xLd5ss}:ꩺM8.ɯC*o>4v}]23Bיa9/ϼC69Xb9SMQs(,Wy#-)mRJnwxۣk(rW-Txq߇{T@$fr!k>.Z`"޷x=[ŧZK LQ4J6 ٩;4{ ;s>(ĵf-q%@cB)-hw<麁 E =B p,S܎e+O[4HZN T:{wƖ 8#uD/;hYquiEzFИ;Rz.i,%|% R~LS> ?&B-<:+H]S*$gh׾c40 ,#zA܁) h 5G%Xf-kY vZU"{a|חfi_CLV36grO3?fS%V՟ϕ#XrɨT,Ql6H.M+iЉPGwA!}>==8L[R*?K^ sMb?t/?2 4 X+-??[@l*uB8r.BB0TB3hy?t09fOMRc٪)P ,Of-!4-x^:l01c/lCMAgO1cβRn.X^6wwό- C&AyH%8a{=I~X3Рo%!/P4&d; ?%0 a'[r_qOԍ1W2q3íFZ c[pdrVJC^yFѕ`q>螚bh׷?_vϮ8aJ{qQPhB-u,=cn!g\IeVgkX5™vA_%= KmS;j,bK5?&>%IT=hdQëR߆Z Ԁ2GM~_8ݧ3rV噴4lW}jǘMIP֒7Pe9y-5CJSË+:f\?pk! {1HU I43;ˁlhsANX|u m'3(-۷ .Վ*7-vAr ';' <'kG*T7-ݗ +M|[ ˩WBS/zWgIݩ!uI h[0K n8}iHůӵ~nS6ᦈ܈o#\O'L},eqonwzdcmTa$פ[ T')=zt`r%z066G!/8KюW t;Y1iUTp[΀ʹ냺̜V;>!1."0mi{h$ibH#y՞s)ɥ HUAެH>:Bl!} %zg iŻ-N[ $[aMٽe|LMn9Ʈ0 ר[R\FQNE_{_=}Q|kg^2ARͶFA!v%\%ASs|ئC*Hes\"V-xOkתvJ^}1{)}A1Vp v/vt&r MO [|-pp%ޏ$akVЃzzS,ZSt?VrFn ;[xUj)Cc]I,e>˼% bhFǸ Iv1S`<׹I3Yp9CW _.6_ _":j޾w RC:ZIڄfsZ]^b Kl!TMaCUO;Eѕ $+M`n^ A볇@QV>O*ɶ J7BxodRf+2:bO;yt4$ Sci(43Ū䬣݃b]iJ}J9 @$Jda A`s`5HexP.3f6ߩ9g/B%s9VO5 8Ƴ 4Qq[Q74V6C د<1 1b?Kb(JH߀D":&r*?ynPcɺ6וʖQ;3|P2uSkmJۤE/!J/1z<\w%bm^nn@I&>+KTqgcg)'Zia1KN;)(n9n!kG4PF`UvƾrGN@t3qY:Ҋizo 3 ޼GKmƼ6&wRh,(tZ3F63ǹ͒N}+lFs5Ɗ<-tmfYAK*- =Ǫzh'PK΂qyIrlZ?*[ 'f?^a.,jo%feգAR^BI=N/#R=~hK~+ EoZ?;ϱ 3R;w7~/UpX&SZjs Y%RR}w~ͦDTN)ʲ-Dho^60#}*;viz!FXc#W#q]XDʬT@C? A,;Lx]$76|BwO]xs2V]}`d4q£ٌʼO<235z ED۪UԸ(%jw/Bސ/Tkj} bfNҼQJ6[@=%:3ʻn$9a=~M$eV]AFc=[Sܕm,aS4}%hksmҔ[a-r~8~x yZ$t=mxR4>1wF)}FJ=j e,x#uWFtWk@p8ۆRF#w*TGF _ ԡgʺD)PbNT} TqŹl}yιYlS> MF"}YܟOuK>zFCnEh:Cg(FbicL& ,i緸 YV;{!+Ec} И%tإSj"$(o'Yss$W2} a>ߪt Aq3i-CWcP=AT8 {YF?w mFØoLdR>i9YY%$5LR{jXWCrE444}C=q"w5 oBؚǹ\DW vKٔb%/cͲk8(9x/Ma|srU~@+[SƘezO" N/eF;)iPSpm]E,,":^F<& 3."q"nd)4m΀]KG*V:%ٙ٨zԅsWh!T ]Mʇ9_}JoL}9e-DZΝ,j¿Du4\P lHb:|fZG4 bOyKmi%H3=EAe'U(E J u]I/<!xsHd_rԭ])/C$XM>҅ `=W ,-9NBkm\?j{[x/#.ߎ}K~/5<]Y$"d\P:Xtnȥ a^s!=ď;_qaB*mp0U+ M7Q9!c4/J%t ko̘2<`k˅nDM (pCx^DEoYPݑ_YHy$ igf,<>A׮õuhԇ(er͂$dyNo66g>״``eEW[ p#剩[})W7x#Îc?ahN=Q{JGʻAC7Sx՜!oUuq xB38{S?D'~^/IP͆6qt5/ٵ"V2%֘ni`pg"2/&QH}bjE~>^%N8I]̣w!݌HJ320t5\\.sA aqacl5#jH_85BX";Dhݑ?A-Ol=mlMrBϜ?_HmNAc>j9!V֎)ͧPfg_%GgC0#EjQ1^r~tM5w÷ķ\hV=z ZO "${0 m!N`fH'O5՜8>Q{h|enEXlTIo[&a8Y)K{F6I%pPtȍNϴTNj pwx0sؐɟeRXLWoT !h54C,Kq^ |X wTuM WxUO;T#џE^\X&~LXgVf0Iי)mLo}w=ɘk漠/5I4kbcڵ70غJSwgcMj0uh3RBm8\dLwu014vs1쇁#kIto;D[!/5oE^a1w19k"/>k.q <5qg XC۬mixs#NYL$>=?T+؋ـdzT-BF킵@^Xc`Qj0Q4 !TrN` q"70ȖLi gRA u*J4ay#Ԅ.|O{ۿTMxe-oM7bZSW\|ո %ȏꡳjcA6'DMbN߇-+hVBbsȚ.X~j wVS/Wp m 8@6.+s] {/=4Ƅ1a/s("We$ CI֞8?.CQUƳ^TԐ\҇FlxOYۋJ~ߗn]v(&|–!H59t95{ &P*0"ClBgwT<)4e%z%'/>f-+?CH\]C^PUQ^DlTS'K a.q{i4 =I'S M|"ǽ/4Z-M`=t6d-].53*<߼ޔL${"Bp.{A1n#kecHQ_qOSB,t::/jc$f c+/HzoWn KӌM PE&놶8kuti,wnn [ Jd9B-?x!WLG/?9j^B;|ԧTA- 䓏9W3!B+t6q:V◥̯)9W+5QGQ?|LY`F|}do:WOwGޙ KiH\b~Cz$;,BR=~kʂ !>Vev8NKؠP\oQV i#6RJN+¨Qq)T UnASo > L TI&MIʍCN0PnVE:E X G/̽ԟkSG,F+ռn7njK0wf EDޓY?8&@lɠ V*dt+CK8!ž0|5rt8E ǜdLG|jmZ3NQX<6VkX۶:‡u9kk~ 9+2=zgC1:w9ֻJoW톌70o]aCJy=݆L& ͹|>a[P3qj0@zͧԔvD!5ͣ MQ\\ճk,#'+hl`xޣ52A?jS]f%=,J̳Y* >]/RgM'BxDPYOZ5i委g?- n^mz-LVl{\p(Y,.~؝G̞`tG y럚 /=@zbwژˊTw"|2ۺR+rkzBde-QcswXo1{*P*ߡІqNP:<'}KtFK*t[g?cQ9WIm}_GGU֓4a6F)7V X& B3rM|3ߘ{[!wl]+eW")b \5)$e+wi=lI47ܭSR<6+/Ee*]lX]+GŁ[3(n?mKxR?h1nɿiHI'6gh1fa_ qW4oz<ׄQuqWfZ#ͩ_.]/mm;`HZfHuteq645 Sg6M t0g[zT`T:cMY &Y";W2q<5 Qn%6ĠWTGH8{ƅy4yoPZ5=_{5մ;JʄCðD zYIex/]\znT,9=;^ 5pH`X 81 <8{xAIQw(zl'h$~p/CC/E/M2t%3}4/0جk;,95H)[2YZˁ%oPHJ#Ϙ;jQX&/^@~ N7l ZzI#e{}e33gsqt@֧,5\\HwIz^Cto4w kw]&5cHUTc~*HQ Ԗ!WF߷B%z):HD>ލ,+y=c8X5BQ/Eه<@l*e6fn@0S̵V렪Ab~d}L7Xħ珽1kȊ,;1dw)hWW/1v~Z)X,MŎ?P>®%@anGsˤR4O`v$K0г!}~bbB h(a,ӑ@Y_7My ]yYQF$ry_0&vӔ{X-'ކm"))¬~j"gt+TlNCU5/=拥EY t֪NG ={xKcy8mwδhqج@`*{0Р+Ѡ!yRgT3},k4Š7ckk"F'_!H;kpR#WfjLxeieqRklS 3%"_ᷥέԒ@;WӖ:ah9F%63䊾٪',^iQeK'apR^dP{MI&77ݦ=WFj.M QNl[qQk&¹ OI="{" P0oXB4^So%ztm r&sHnBRL$Ѩwe^@-0`<]Op-{hJbAv#)h3'(#s 9x:|"q.;){a] s)Gin . +4&U))Ŋyt!.p ~ۼ[΢"{âpJkj,_*Aߧg$ ,C]ma}\4*Eu;@usj_c3oYZ=DWW"#F(Z/>Omb{AN[,vtZ60:=rE&6:)h"lUya<žҿqƫ d;,;fDj~,eQ",wU-׫IbFqԎL! O) t uU=$i AsE}ff cD؅꪿fyxOmNTu=y沎-M *:oN ], h! y ȔgaKn# Sm-^x0w` x߹:ۉ`2,&e@fP;{/dXZ%L{Vsfjۻw, X&g ~ 4(%qU]cvSNJi#eG%_S43a!Tqi9ֆVd1n|)>hGŬ Q{%#“`bnN͌X=B11^ׂg~ + Hվ6wG D@/G -R}s5a ȻZӼ-"<v@Z8rO老U5YGhW/TD3'hr^\$V[WA/~C] M~n>BE0BrY MR7B6iE.|D|/,41(QYiٯdބpz!kI DAyxϢon3peC"{Am@V|"Wera.cw)?(娩@2]=ש9U3؝>i9+x_-~#svL3h`#B?Bu EDȍHώzL=Ed7 4HKlܻtn5JUng!,i^"S} I:cfq?U,Ҁ%P*Ӕ˼g.G&S 7ρYXK.:L4v i'KB8P3"̀kU:ASѧמb^ćf)QOF dV ͊3SMo]\5@FWAyIA` .;UflO'Mc(ۚv#.=. ժ%M@bg.2؟F^ٱ&\}0(Ib,$Z+IDP FHK7WἪ? @rsC0i~sTH냽Tm'`6%(8=FbH:&~i`?L00mGH^ϚWiɐߋ8l+gi"/ƶcMHQ 69-6(Oz%XdvHf%9F0*:#m!J2?HJt-`]+WX֚贇j-sgi‡+:S4(ec\iBʽuݼW8]_6`.7>K }F>YbYjRFS#,ʁI k u`Dy, 739@)i("A"b- 8 BO0Q6_'=ɣs)8(Y]M}$f÷O T(KKɈqO\2l0iEJ'YJ1!^=ճ: EM5]yHYf86(P-Ba/9wP_(` .ퟍK* I ?ȥHzR;L,sF&5b!OqxYo =&$DrX󙋧{" >N'?d\h{9×GN K7wH/eU.dրP ¡Sy(~y]O_Bx0n+stM< zV- -6}~N;MYW%=~rǍO|s'bd߷א5HxpJS@M'sV?Ƙx+4hytzF>GT-h~\8S{ZFX,\WAD76fR]?ǭ1U9%} Z؜Pq>E!~9~()VwpB[Kǔظ>RCܰFd_㨸U7+8(?Q '^Pb;Ry%5Fb079X-Fs>K_~e:$ke׽ ^IChU 罟vmJyH؄Ϻ "ƼUՙ  : ؼ L3Q8DfEZ]ӥa|A1w([=nMIQBkb]: YMRK٣= qE b7u|FuBَɗ6YU@%(KofjʆW.P)@?Vßx87ӭc$m^{1+$|Ռ\zN0_p8>K&\;Œo[k!șM( E|"b'v?PZs_v~8L?|6iiӼ㳾ޖ%HkH6[ o{2g(qd/8T3rñ)$4[HH7l.Qf<31AxGtyCݟFZ-7ts}@YABDuҚc*cu^kB/fS/c@t-mT\$ N6FwgڥpZOF\tXu}'EQXhw?j)yDiMh+o١iCXߙUU OvxD䣦]Ȁ7UÆ`LzoMladՇ~ݖ4v ѱ}.}@YWJO|@9sOsz.N@9=f%Pܽ(HU/+O5k] Q 2l!9R'Frcٻ]9nF;>WZ[OSПQHb䣒k9- YN,OwAs¤(zjبF⵶a 5)Blb˻jzߺԣbOT 6|pוAmyXe[i,QP W1&ηJAڏ<_;΄7jv/P/ao' 3RqES' vEcίPv]X9`~ی!/;"! lk8øsOY԰PLdÚZ=Kʓ[}/&/։7&ipOo1Kl1P=2&m:/!~L\;4˟g?MF:l`$)2bo0S96;EK6Ʈ "WU#FB$SYTN_߯{7F :- C<7VNNi]zj+>D$x&[Y=hokzjj0v/U-Ѽo(W[EYʃ1o:+!HVq#\br#kq,>;-uCjC@9^r^P tlKqbWטx ldfȀ@3`̤)R@̩}.ܲ_p5Jp[NsOz^HMXǥSٽʱBkRSQCr*WY|joYsx'^2EX(Lû N~&g9`TO97 kIon ~"}9ԿRM˪>u 'cD1* H` ˹s)b^`odCT%.?̝_N~/U>́LY\,Ӄ|$ۮbЕT?>6]:,mJ:\_kڷj|+5msEB~,~O~P$ޚE"{@huJZ]#3=k4'.F&8`2Fݴ|[G5s@c}o25X];7rŪ(HN(?0r~98 n 6O5v>1LM$$Y_%MqaG:Щ\@׾ PI|\M=1E&Yxmpki!3\x 5 $R"੗ &syaQ 2LG8)Bφ3̆0^UF7^d"|$KWXifLބl_6Hĉ:&Teg}P2i~TDEoNLhkr"¬Z9V&GʢY]i}'l^^ZVp^%S°sgt2Np|3'9VTcr[+U%$u2Nݰ9:鮥$^:,t 9{?ECH 0}SM>q?B 7DB [6O8wJWt~JҺ+GՉ'M+D&zz)6dס&HL(G|Pdi?Y>np > " wÅgM,)Y1DJ^hU f#p\*L۝K.mc $q2}uɁLhWRW oGbLSJb$@>p54,ѧɻy7A> _`CLl8/c@m۩-My# Uv)CƖm,Ib;\X(y# VwXi ΀$>DBUp" {4rw-NX.eqUN$Ke[s؆ޭ0ィMi[|߶-yrcGda)}Ndy=%}>z H.7 AG In]TQݥoq(pPa<4d*ѧJݒJy $+R_MQIՌ~^k]W&EH/'wQnV^'ó:1Lח #-+%ERiYhw!]b$dyyGWpVoYwyQ7:/1cQO<~ҤAst 0IsIDޔĝN]AnR7*~m~{`H|[͘ 9h#1+A,6^@*حH֤; ڮ ;i>&=Broa-Kɠ9Ϯ|+.OX1nWK c T!w6Mt&6p26x^`熕 PbCKRPUsl t ~qPI?4w=e$`wzjM)X8g>]WT4[~p4w"!\SR`42.3-,SI9<[9)3;QZ\1 4Z#Q3Dlq,zgK},i}4OAt)Ȓ_ٮ8"o,Ce %l}u54݇z~k'1+(( _H.R8+JRgnB'7fSB!Bs ~mBl]^w+ଊvM8;Н%&e8zʧZG^͎s-BsK/t= p֡ED'RnW&:-/[CQϑ SZKYN]qtXGt(K0 !@cA5 K?fNg*x~ekUDD'V*6*F<۪VD?5 #=Ip٪";S ;ь*Y XbǙŲ!V:?Z΃׎AO5żɞAٲ 5+aW,-d}s`Gz/8G|ΔJOZi([C oؾzw|mt?}PkaMq9 lB p}EPu+z #8x>C*|;U`*T(gB0K`"Ǻ?/}*Mecݡ)KhjlŁ*@z]%?YNJ_E:l!oExX胶}&=p4.8}*.@Z6A#%|k3c?4x#}QS'>IA #/qkc1/˾vW]u 8fm%5 eRQ&kx]'eM뛡D21m|g J8=UE-n e<3~j>fv w3mjkjr0w *nr|/Ì]ȟjFUxCotZ,|XW`X@iEEMNY>NAJ?˴RYFڍ;I_C}YZY>NpB԰Zj!#AbHHU#?z|QtW}Q.v}i+O^Z4U=$ݨ%P6I `p^iE^p _c0&Ibb~5?7TXBCd~5OJTFPtBp*Ю'H& $ho;U(VW̓jtL,&"klFZf. 85ՠH-X nqdFG++t-_n؄Ô?J5)VJ-J7BiѲqR p[zB&e{yM_}W$)CCi}O0ok LP! u0 VۻNAI8 ܘ$Nvv3d̬gFR]AAכu"C_&6Wb |H/'ڤHΛDr =[܇cvƽޢ$bP{3d(?\WffΑ5Sq}BH7x0(~2w6Pdǽyx_!}фH)8;(Yvɥ;"O-0MU }6|.~$HT)U<{Ab[|ko=La](kgvSkjw"I+{SUV91JD;:~? o WoUy@cѻʟBվ5WXbC vMp'r<>{?yNQR^_R;};XTnBVK/]Ù>8[n (DdKVI0$t'' ' <-o֛XR5ԗ)`lE޼xp4(gϦ@Kթ\nh^yxmsF IOt2GOM La}_l/"6Qu$JB<Η"h=2-iC PTJ|3;gl\TB~*bȃ<4@@G:JlBeNBk0W?AF^KjaFS@bmL- GZ Ħk)j'֜QjgA9ЅK"^όV^ҖF!=OQg wn%V#maO^5I7uE !ᄟ!DAd " y2To[eA# bz/@ZS$榍MGEOfe7R[ *HF{Xo&l‘OIuVcaem^M~fM6vjU7?ꉅIJv⧐Y4 } M3vFes)/6kk1]%Ee?Mc1h5#ҸV:頀 Z'b-'iq"'ù_)/Ѵڇ>,mtAXA_w`2XK0(Ez숌O MQ"y[EtU 1QS}Rm=)j\50@iKA'7Av~bH\'ȩ0PNEߚt#iv^PVܓ1 n0Vt@,}pS 6Z N(h2 X)Pb) !e,oX#=Rm-xa^kNcW0| c]QǷ3k?Y܊mkڠf-;q6\,GPqygw?%Z8\`k{tRgʌӈ6VwE/q\kEs`ԃ5Qޑu JOf Ɖt D ;f^}V :0'SFLVY*GuzK~褁F 4yGZ 7(xlq &#*H2oW' }4W":D~kmf^}s8*v {o爑Q|SPp(q-n})?!`^/w Z@B: V+0>evA_|/K7C1p([DC1l!nugzoki_7\ͬnZ`&npCѻ׍˓AtŹRIyj GN ༙uU8}T[ԝhviaw|+q,voIg٫Cb3m`vG}*3ɻqD%``x8Ba/ "ʯBNWJk`ov w[#&{}Ud8w#K0l>Jnl/F"ӏٹC)_c/a?9 mød]O[R_E[k)->FݑwVpE%y6O&Q@~|(#,yC33i*-EچMi#^H`Cq Ҧu灤ZD I/S /VX]i-*I -wH zemYtm?.]/D\v{tnf[WGL?OlFA{s$x$yػ(ӷ<臤rQI3:&mभV.F9Δ/[8F'"&H.Z`Q =Zf-X}TF55JoEZY%5 $a>QYJѮ` Uf"y ׅoN.?@ֆC븈S1$ErQjM)o[-?jBp[HwFC^AE^^/Mq@ ՝ACU˨Au;-u=6@;7mkTB䛜gq*j,Q:a +pR't򟮰`%`L= ;Ƌ1> ԇOԫZh2  bU)r(oHa⵱fY{XbtrfggJAZrU-n@2+ 5 ߾>_o۾7m6bcir=#b6NodH]xrp98z?DpiSTElsF.~V2D&9yc+@ŘÂтCb'71v+T6n~HYggOk(9lCu%j΃;h3kkF %vƞYaGGkVr95[!k|g%wwӹ n%ܝ \bE2QjX:mM6wWd]4u< ؍أ˝QȄPaKlɘ,ۜ{qV+Ӯ$dVƁ|Ly2U X<`nκXJګx'y Z:]ȡ\GT&qE#+Dmk(CjuqҺ};5W9Q|! kw+/p] D -A4͘ߙCƨhtF(tF{b WJږhڻV0a}|BПYCqIQu H3U*Qp}T`NFW0q '3O/~?#aտwx2zxND'9ǰFOMQ[L]@!{0xe=,3x!UxZv͒%5K=9̏θwkA |fa2z5y40Wǻj,*+q`h $> (3tepI'j<7(3>%>̬zױb! Uv7Vn3Ky"d tos7FLM7.I+K(K% ! (Z+ΥH4,ܣ(%p!˺CFڻ-M4Et]Z4Us@>lpM1V(ʊf[f1ׅ[O&#^|it@96,ԀsQR`Ղ>DvS*Bz` _f2W[Pa;3(17\׹-A dJZ3PrmTaԾqؿ;?ue7H0B&M_9gqױHbGk["7fC̀ZV>O`Ig a3V=^j>2ͅQeĆ'Ě- WDHxi52Jh y۩^J#9@tKgp!q=P '( Љ@Cwpm=}Zé3ib#q" L"0Ǽ@O0]AEju'qf ɧ8?WO_gG@F}v >)GCO,++سNF-4]UVpS?Z'm-8M2dR"zWHay\. }G5R{CX{}٬&ԇ^m4g0mFȦ8GL\j8+w$=ll012ضJ jIW R;1&GtKØy @ &[1H+.!ꈕj{]X'/ 3K̴+MUv5۪F^v +n9k~O͢7{[ɪ͟f[LQ|3jCVo3 bɓN5P Nڇ}ENz{EbOEJCc[ FDt'R &t7ŏV6;?/0J8ѾdौŧĽ #lz1`gK6 vz50;܀yI'-H5nھ1jmb}IrL*J,s#B qFSu0l$"PƘcxS7@DC=$C:Ռ [T< ەF8'<)Q*O|ĉmQ7?x0cUct #x߬~O$:]OC-_m R܂x0EnZ&@=#hMG>243bmE| < vɘ J_SKn.ٖ7t78@0RSEj/A_R2w vgu'Ph%dR3rJ=8tpg_tzڰ ' @FK?'[ B(e^ur00{27E!oNS܇x{M"}1WeJ+ yF*a+AM{k9kDR/Fz0"xasXPvHYt3r,!m:Nf e`dd`k|k;ꫴ?_BԵ_5`jo1_le^ɉ!HksVvt=<'r`܂j,xdg$z=̖Xs#c{ܜx5+e< m &g9-)1j;aۙ' 1g %'>JZPb 8! lE'f¨洳: )g;Z@-װ’К!؃:wŎJ6b&`˓5u&=G3^VHuW K,GdVhM l0nOq85=Zരp&@}#>gsJ<߬2 1D<&-μ^g|$ Wo$D3^HGKxs˷͓&:#/W,٥/{LuS'1_N>u!V$Z N;T\V`/ꟼ0֕r Q95^oӋG T2 _4 [PBDe~2TDN?q"2(e[- TOv)lt~C9;ט]zLo\ vG`[ßu~W;ǸvΌHfLrD\nrs#6+e 'Pys$5LT)2U߀4spc+>*~?վo!h"jGN7Ln8@m9؆JKBri@MFؓKNR xTjS3TCa|x[w^^ڍȉQ`n? ! We7Eїhk<ҵR}p-] p;XnY'.i Eʎ[a,^+q?X/WmٚCwX}֖ ȏU]$ɯ4C=J$Z+΄f"Fxljpn;7-_0pNJW"42eI k̻6:^7d:v[4Y#oxZgB6f*4 eż B/GEp(ad 4?qq}Ρ鶩v._Z$;-O$dS/>$QZyhRTa?}3oOJZ>HZ`1Wl<&Licd%w7L]%8U? Gϊ(]KjxpVZˮgd~iS[D݌=/7| >b/*_4dժYƣ˒}eY*kB=gwZRUki2yrѣ!/)\#&.tw(+>g MQo3-2#cvj?$xf-%M|xYsz(Su4weFOFIr*oqu]ɔ8n sj9/;&kƝٓCAB>7&3QYH+űA>ViK"tE:p< w [5A@}cņk.Moa]l, ۏoЦ+]E~&ծ^? Z+1EtAQ;BѴu$֯5׭j0?RhW"L7˔N-wn;ճyejCQv{q5b 5!P@-5iREQdGxKH{mlij5GTrv=gKfAndBp9^oAOPFZ/VCUpu7t9-etEFog0\]5ۦ,xZ&rHR%3}f#/% q2WJ &>y*5"B!Q`ɵ 6![ o;Ve/%QݧM;ӎW0dc< Z[YP#_=.w#\,a40my'jU! =D'oiA-g% F|gV >TL+$dgCn43itKՁ/<\(j>aRXIBYGQ EﶧصC;Oy/I=v7mtk:d(^G/lyG*{cRZ7Uu1{2IlrOQSXajt[0Ľ]#۩$>1Sś! ͹r\~T,CN|x+!F b@gTV[$}me/}fw v@Q1XC}/#-1Ys(^h ZGeME&,>Riً>>ԡ LZЏ w !ڈݠ_|rP)Ut_xTfQ=Q7,i2UD./=B$`-7UXVSG(`kT,AܫɚhR#WXsRiE#iSDUV<I&iOV{(P1)EIm-d @" 3 Q.o| VWDŽ/ D{cM~faRpw*i>5KGn%eG1q"]>ݞڅ&fed!_̭$?uHLɂ !,u4JtȦxwB P S$ln%$RP@KLbC5K&unOeHHsLس j] H1mB-b'\ PQ:zHYCOB}pɱ KlT-cYg:ؘ5,|>&K%GGU ܟ)Si,EhȮ7d<vBNwnj4#4;Mc?7SY$m6_6Krړ'@(-[09 HcGgVD#-@<li`*R>` OP ˢvHМҳ)hggڢ*+w0;QL%]]_8p~q2&) SZz;*Çjxr ~DX% LAc|R>v> d]sijF[R (Shn eǂmσy7Cg֯҆r\Nݾf0:t}t: oS}v:X$œ0tA~RLY$z^T< H\@Sbae% F솥Y6ˉZ$fdw3qhMWR*:z:A}˺7gkx~ T]>04trLutc {| ,*Xi*ճ86|Yfa HZ.;p}3΀OTq=.]yk\q{E/M A|{'Hn'xdI6?_֫ڌGY1j"Ly(z(ոBX<$w'Բф? ]h}N<`E>rR @z[(7$F`K*v"-]6-W 8x9fgﲫ?! iWTS@пJ(Wb!a~cu]35rs[$Dy/'3j@Xq 3U7`{*{}3kN#ؓ->S. ijzށyF E& FszI+b $cdi? g5DEZ @kR$l?(m?k\(ܚ⽱8iB!1fz)նgwa'!<`ݯ_r/&˽bnlPʭ߬ @|5 !-5k=fcaа'ABq+/=aԑU(f 5 aU$a-:2 P#Vҿlk>#+٢X`3A-щ.PY0݉J7#V֮oxpɏcc֍YkQ,ZJӇZ4ݹgw. ʖv5mD!?>w Ax+o0\Zz2ؽI't/AQH\_NyKEpJ VC pxSѿc,{ryB@d_(> t*lJɍ/T-uլEAqa+(7vH4cM=)yhQ"+ts!NBkR-QOhKݡNl7UdDQoKr EVJ<|ڵ>tIVk}2 >+&lnzR]f*bIō[UsZ4V Ye0I-qoƿwFbAWJ|∇vN@eYM >Kc hlꨟܟ#oNчT~]H;A Z"AþOF8Q=n5X/ux<~aHٲ1[" ܦr"`ad䆚#:r ;ޡ+D_sF7nHbQiGG䗒w6]&Y{%gy"yw-<"{p#kOIH"Ӎ Ü. 8+HVY@ſ/Ku=͇џC*U,&IGu?e(z*^uxlH0*H/+qmǀlY-tFoxW.<7.g͑Y Rﹻ6/G!\[u #Ԑ-Dz! O.GlZ)Q=F ܱVn]p7~Y2xvMVj+i&zh=dvŨizTQy)Bb%FA@>2Qja6GiE.k\*,h:sT3XQǣ#}:c9W UѤ# z thQfYX,ΪtT~Ru.KuoOTe-! Ywhd R`<|67ǻm2N]~sϔߣ]-;P rkZGVz̻K-9Ac26vI+XޙQ-l)h bh)B M܋zF0vg8:uXo_M(8ˤJ1Q接N9HAc^/r!V0']932TY[aTcp`dԑM+;žtA'a} z&TÏyyW}281HL)n?9 A]` :m9D8?&,LjHSyDCLxM=p<ù0Gn ]R)Y=֍$k/o؞e_VX(*:shr]ч٢_ƽ66}D]үY+*W_s93}7SڗU -?zS-M9ȷu 9^;@u J+P@a 7('θxf-%նh^뫥־rk]a|/y`ԪmZ ZQ5d&O^I1T'W撽VӽQPvǧN!2脏\d. K!icZ-3E޼\+";=bqƹF/YG Op;Kv=s:~P!y_[7 X'm']JMz ^}"f':P6H݁O`.aul¹R~Q܉tg*7:+h.C I=HڟVŁ!7doZVEJ^qĭBԏͺr! dAX~7߉XکL(~+|K} @0=Oׯ›Ƌ\8K|̀@ S.a A?Q񽩈)oﲇbZQb 5 C;]?+ Quf,5d'Sub ^>vx/6L q2N+*}cgծZHo8ذҷ\Q]E6ihQ ;hϚ~*~P%9 y%3#  ږ>r)gS *9d_u^v=9C}ֿE=P/A]=-0ig|l~\}jԻ-5PN%|WUi6{X+s|0}tb6{ q xCf5aي>cF1 gSTL .sûHާK]~c"nDֳX&I^"I$X#ژ> g7X!R/j=u8.!!+2ŷJ^/}Ez/5.ϪPn@:+7SR½V5tm,.jP#֟. C}h\| w,ޛ~室&S'K 3<7OӇ2K2?zO >}0R&=sKX7C?d.R&tP4 -bP29p74]M@O\9!! In.C;\5_B!me|F@ŕҤcUFGUrk><+Z2IE;wl!VLanŨ KB0n`-wZHP3h{xnd<[u])IpϚ(Z$Ĉt];.r|w81$o}qbs#^۶,|ί`/(Y+bV8T+ ~?7˭IU|4~zXiB@69*& G'!yE8;k|JPt mP6 uINsdՑo$KB08m8ď *euB_,z9RIΰ%i4qfx=/;=]=7뀦MJ I,B{W-=Cq*#Df|\vN^E- *M)q3_1*We3?P{x"*~ݼ(z5iqwH3\,`U8J P˥-[؛;̦MzlxuJ>mdn_Ë84euw ~Cs,hZMYd?w'/M!AlOy=Y7>|N#^PXy8O$(Qi/zi}&ONBQk }po];HfڒEZ I~ӺM^݌u~?[Udyq^$_ J2dA&oHGvQ(I54+dAb sOSCqc,e vGOf93y&K:jb¼D S\ʢ;|`XˎA _PF/M)ޞ@Ͼ1F U!3a:6ދ?MWS cC TB )TڌF7H8@ t꒱.qIɮ\F|ՙ>ط(M0mp[CZ0rGP%W"F"߷?v__Á] R I0nf`'"y8, $RVocHgzj6#Oyz)o 崡ӡPwӵja"ɨ`n.%;&:K.LcJ7я攍%B7@^D;HMf$n!Hhh<>J3|YX!ʟ *l4k@0[;QjuɝغR ] Q(& [lRTC#O ëf:b j:u} YnWkI>:1ˮ֫vbŤJ @.9Xl B*D)mXfiC"hL+ AF[y;.JZOOEGm9x9_=/$hd9̘I$J (Od|-u~(IobX@+ۤ6y2̽O~b݀znѓ(cV\їTۂ`nOWvT$XSkzp7*n"Ua%g\:~:eeM!+0i7$ XsnfłorC*8TuC~`1#% Wsuvlfu% J Xέ$*Q>%,S5Y'Z*4 p EF'4|~#8gÙ^|^`SN K1z"5Ǜ[_yu"pbe d767'B#^+ܳKՐ^}^6{Ԛu2kГd,yS= O1do)@OYJ6iUi bW&{$őZ8l%8`,,{Bc4;bԖ!p2MYk)`X8KNGR2n_}K*i[WyDl* "Ӄp9l)iPفRdFqIp9)ls_\;XZ6/uٟ3?'9QJBU2uDk!-0䛟5Y};hw WYOCQqD`SrFR YLYLBLļdJpCc._u֏W=ѡ4u:rvqGUu*IxN~s{67"Vl9 ~=u,=wJZ_ٵhټxU/O=mX '4;93OgH3n:b!&uh8{jR?dlQkVT眷Y;D2:6$`}q&W<|w.+ 0u&yK-s?cTG&kXԖB6D%#Mvmd@ ޭ&mX :ݨ2nv %2mlQ9E?0:`bC?i J̤ⲡK 1 Xpg`n9e&NZg =WB(V:8B)IXU%fYwyVi4$҆NpKD@,enj16 K :b3*qZm4It I{%wd@lUғ͖ Zd&$7Jy2 tt8 =^qٗ⅖KC,uMڂė4ז <0]Vt:+N'T"|`R]p)Q"POOw4=E=-?J"ve9aSÌ)ZDvMr^zZ>FX_%+cUgT=֥eݽ,Rm[zi`v|L&(>'3NL^yVk;Uu4=J88&)lV,VxrW>?Cus:&ܥc4/R}-N3*xA}$D[8"Ze;ʖ;et$g.ǭ:UO񸾽]]2'V[Ӝ{a5^n4ʇ\>dδUE/K :6?:tIz_h jmzKQ7{Ꮶ+ED~ci@j ع}%bwc|yсP!5q6Yovz+-r'OٵZb?t}Kns)5,43D8n-%>c aNY0gP*3ˬa3_jeҵ핢-aD!/+~$Y>Pfk`[#ksD۠R'83N,0d')]cѿ'Hږ^I%-:7sj6q㌾GLG/uL 6Ÿ8DDO )F]nrV1Īg*$$ZLuʻ.K뺁daҒu(Kh$ѹ`軸nÂg14<շ Laki,$gΧ_^%[mPyk lNr2>jCfv|(Ά%`>KJn vPʹ2T˲mD&`49fK˜ۏRvNN"[FPIdp ;#4{nI|+K<-=oR.({乾n|J*[gáq@"$y%4`f67Ɇ"t3 /EѾ@Ap¹/oeiqs[q{՗A@J;e]q!@\f*B\;6C*D1{PE@l'[|oLM"v29F%7 }`A Ms<77#xRi:Ы ̱A~ϖ CjkP>B[kcEjZܝ% O;_qs9#X!t}1bli9t95 jrFv#WU H!y;Iv)61SZUMiOMD};ͻ<=}%g*Boʣg7[J˛dKbf֥M-Am$W l.2j &*P "[ZV1%P'*.z2,Ȫbxi@`\r)A+2`oT[I+LPOIJf Q=;π`+lvF?NV“´mQep@ (gJ [rDsPtWc*%|N%tRy\K10l?PZZ1|QL㊅eBĽ'N *'?_l8BeRSbPi\`kOG&2#dyKO^&x)Mʀқli zK$diCtXtx{u 0CXѠ_-/gE]`S<΁Y mޖ.߫i~0W8p~f" fuK7+j p/iqSsQHYuQj(X~VJe6mMh9/AZ"1D Թ\icvv\KuheSk4` Ht4$MO]qxṞZWYG@(b5N HlԼRKW2(8ZW{*Ba*64m~g (7}N4Ȣ0i9b E IԤ~x%,q"--?T4ЗZ!R7 4e=`\>^AdV`2LP7M\3ֆ i(g_6:V=XYR b\?:v~C=D^kwLoZ]|6DZhwBM &(l<%|۴GhF(Cy4lmx"tو}wwKCI)HoI %A!188̾.Q;uHȢg܃S'Szo1Vp1~Uuu&>ϹJ6VjpQ@Ys[ILbH{|es'@t1;%gsF1$ R_Xo3pH5WWXWm4-m hx{{ZΔ ̧L:PyK:hO'y+ ɴ)HӡUq~vG'$ S1pGu+aH-mk6&^cNͭ5oH'qoVj׀v#|u2m40%sW-oA >(EPi?Z  xl]/Ћi@w@UhP5Di o> 6duL@Ca#cp 'B 3>5Tws#}b gs(;5Oj'VPfӄy/F~XR,=s׆Z`UgD-j.LY0C|:feO;돁*\B02Uٝ _h.6i;dt0kTBP0?U&prQǪgr^ݝ[;W?awI׎5mBA+Q@nh=j#DoWD3>?3kl5dC3S{%%Ƞ}Kh \)WsWK_?ڟ*Y5gU?d?. ǨD.ƃ0|q\nng.+?ۊ2%74>Y:$z#0c0lNEInCy<_hl$}*.~T9F:9Xᛆ,_Ôe̩E_ϾGRՉ+ϗS˽J٘zS!M֑igrnKO\F>;I.yD~*Ϊ}ۆb)7vIKd&{6hTViK&\y&?5U5z,;#&hl ]gxJK|W+CH,٫c}γU"0pB#Kh'o_{>`G߮2\ݏ`nߋp=|K􊚒\tk~C,&dWLG&BM4bW, (gL՗{ԉc"M˕7/ά #HH*M8<\v7<l94mn2yfSjnkOY!5_xuFXKøgh*+&sv]+zGC'$bSw^1KR*9.kY+y U1k>hOfcHȩƒemkp[ X>X9};f`ܥ=_CA]@CJf(yk\5 -/mE$VsT+VUYD/`O8}Sk=Ai ꙴ5YM–܂eB{פ%Dv{mhR'l `x;5zB1RCWI, @R\ogfqqozm0QmD Qsvqi2m":?P w;Nm#mBK.R%#h#5INKˎ:ܜtu AaYWao%ӹn~+q#=rcS9v\5?׬FA<LB+xMcĺyl)pi>WI/йrbdtԼQ2KpZX[cNnjII3=:[AN0M kǛbx^[,J)yRlt\,s"mb50xEiRytX`WҝKSC&~QJ [s omҎeFh7r)sڻZWm9ǜjOCh槦jwdS2qL5%+*7ɫHWL C*lk$44`?adV0&oDJyO>V;sxm:na'ʨ<'>0}j.OzYHIp9k@h2w׾jb@ȓEZ491DZ0&by-'aQ7.qYQJ̣E%N \y1wyRl;4ꥷ|[j-bсԩks>_|oR [1Sŵji4I9o=.xqIVQ2~D &L*j=WM $*MTIaGOħYT,G7V27~[ScjɄbR?$Щ qʯ1(| ]dwҢaC=G7Zke}+襭^X%Lge$ 8iW0E˨^wΩ95:*MX Yl9 B#`źdF黂P*jJ*C&񂟱LLMw1hwO1=_Cw`*7WiJ.f7c3F!?~KK:3q!'JhP[K `7g|#2Ms"f&\օ&Ѹ(wiE[ E@}Ą5ja!*&Pn☖|aujVA6_=KFSbdӇCF{x- Xvgc4+UGhFU7Ed `ݡPyz{rI\3+6NTƂ;jfv\ń4@mTkG o.fr*|g@R]]6Bv৸!יb? iLȻ7̓ћ3iEuMG1]0_ϘUv3F5<џ;R6Ѧ F8}pҷK Ч4 xXLڦGhTZ9g^r)g}^~݋K&_Y-0'5H9~Ub(ܒ$V=r Lb(pWWa3$\XOtF%ܣOhTϕ3j+㞡2)y%kmo`D0e.pe-c 4(ksJKW4g2أU)#WLj#&=[}iRYh?1R 2\X.3w}+Zz^=ɬR l/vfLscwnn޴'ӽލO L\|`w?AFmajo%bj\U 6uŒޡ3Tr% f(t5>kEr1̓i,є!d_dtdJPИmrі̀PFa` S9SC,^A rtI|LYw {<'NRpOxO-\*Y0% c8Ι,xkLPTzl@[BRel`O! Etm '&hy1 Y4򦹵uF oyPpF9:5wEVP1.Bu\(o]A啲x\|E ĢPefiyF:Z}&rBSg} 0ZKDžǮ%Q-D~QB2LE`]  f䶷`'SC'$qR &=WfQQ3G_*ý,֕DTE( SaF@IFqe,ξ# 6()U6Pِ'+j5.Ť\+/+9dMVd/јw+4SFUpI)qVsLX BW9k#עш=0 Ež YUJpctXzP$?Yc•z*9pc #3w5ߍC}@KޫW9٥q5C0%r&)}կFie= Pp =Ű% PiZNQK uQ꠲uuUh?Y¼/>,e$o5 F/l-[;Ҋf z\PpjHdϴ!k_K+*R $J,KɝxOx kc/x  Ir6AW#*ApU*d.E*Bo"6*K~әrطxFySd#R_O){T:<(1Bt"=U/9G'DVR}QIDw9X hQ֤!i5k\~D7$x8eqM0 pMհQV ֈ^@n$>'+f$/3A IݼwqH#^Xۊr ʵڜՋﵕH{5ƁjUi^4$I`>c,'<ܒ$hn.® yXd/51}8EQ׃ )~3Pbޅtq-, r_2'rȈQw;!G,ΫAJ<֠TʰɃDh-0riE4埽",>3lssH_{aȽŠxxթ'/FOs#K F2n}_V{B4IjE#ΐӚaTeJ{%8qނUՉU}Hбˋj쎎4UM5fy}R\OB+2/+so"}+VΚ2k?۶Z?_ bu"?AR}.W:ǰ*?$|MI#zLH)ז/Ugim&:@5>5q1e<ݥTʶ5bDيmP;jjE$|:Nܝ­֙9%E?٪ZSIi = SiWdgcQ'$F+ŻnHt=v˾L/phUM!?"i 0ѩ6zx7V>[]Cb2l AعTѦM/5^&!*zIFR_ kBZJIz _9e~" 7h Ae 8JQRԳR )_bC!gO*ATf)Ͱ`Ŷ3)AG )3!CdYF[g_Gk9Cؽ`KԹB]eçFQ(/dr 1vKǑHD g"B^l) !21)[}E Z9&G ]Gμ1,c 2[<&~y8B` nt 2l,Ss. ^u6 o<:,tXEQC eZB(%L jx )jkpt"K.26vaBlMhX=)4eEt]Ff}6b"o+GN^˴b_ddoŭ fS?SnQRz5"/&a\yu7`K1Ko=ܵ} xaֽm/ ^]@6>< ?ݝ:xh`/m nlTTzϼSFlTPp@2U?{Q$?ڽrRŇ0#iTRCz@)(cAWڲvA.4nqQ{(Nү0H[6凟9dǽL wb yPLq'gwd58{5h@-]j~s'gJT쥘Fg=5#/=db5(aCC0T=+њ-,P CisJ.vȎ#2@T!h~󐂔=2SKgR挙peN=BWCEº'ұ TuGuA"$<ݔajojd͸bTun‚_#JrUHȀA6:Y-ky"ڢ$wYUJhVj:0&`mu2S}rMSt{9&vj$5ؿrUU M%_3*p]G)0s+M-(aTKd \O]j+Ve ~s4}z"85[{ptFb읽\3 )M,Vgz o2ҸR[rݿPe8 яzYw,_$0Yں=5伯V#U●<1~ѐ9B@%S#Gq-b}qARƒ3a+{oFȑ>)Nԁp.prtDW,YA'rAH:?~urժR-j&B<_{Ob ^O" u<;b :NT؛߫ o)-RxϤsth2%LW_USԟНi62s.*ƾn znFs[I9 `d? -0I]wƇ2A]-̗s}p!/rO Րs x4nێ>ZN *FHGMRbu><ZlbmשZ zhKOQh([]J7ꩋk'[^E'ǩxXXk&ua!7G uN h2|z?4'&%мwqo [Za)Z 9Vv*.[Q+ -1{I9T̤H;J@SK?OTDL|eD /g,Ϯ8ͤ uzȴ[s *ONqWm@46;=x I1lG!Gc$?=p ʹ 3-/cs~ K\ept?jڂ׀B&+M\g'u3ڿ4Bߓ^Kkpfes$cܦ8OuqꟋxswϿ^.1`,VZ7-qSWDnA}6U{Ft#68+( 1DR#%2TqKuZbd:<_%U0x s%KX[ _ȔRsr{`v}aJl]:^$[n)#DĦlVoyд?H+s,,b4L${chfZJqYPFio4d;cĥÖُ4\J%8D1yD\NXƷoAt@*@lI貚)F^Aqwߡ[]s7G?U `ߞd)=7ǯvqRd]I,ἥGbTuDU-yQ'u JlZy͏Evȇ@XygSB 0Dis$ -\Soo{gą 1#4+V` ZvZMιzquȃNWBڀ;R*i:fsH`b&^~`8h dbOt~0(c3`ܯP0.:k!8ͮ&=b~L}B$E!ןG*s+O Ɛp/͢"=B߭Vc[F ,jH}Ÿlc'>tl 1r[dòmjnB tUOw Qyڭm2GhX[U|H #K0N9*w?n9ۇ\Ðq5|0g5`/9YsoA˘p۱7^/&y8N\jYF`4D+0:+" g](9R역ڂ冥bD4v,ī#F_NL:kT$ Qu2:  ^XyMH{Գh2̐"m4ae.?@dvpd]ќqwc2Gxiv&W]:LRݡ'Ôkrns*s5|׭G!r)궨4jEssUr.rG=f/CWlR(.uQs#$[_4[Z4>kɦ%Xj}Z0WHr$pmU$Zw3]tx}!N2NX77T a-a-aH&RQ>ɖ@=g3hQSqj ,du'F#laюd9= m =eֳr.W\F6YgҙKV1~CKA>,4U~%[;6%hM$D&z'̓]2SQ/$l,OR x*vL; Ez>a6=XqF?IM#J#D/ eB }jjDQVkK^@6}.IW\JtqF-BRkJм5xНFxD$@ܓ!9m%' (Ζya[23+Uh⺇MB0D5Dm/Q=aw΂ Lި=:w~NsHFP 5L@5`9w\mwߴ7%“ 7&/2bh~ |a 7|NaW6oM ҁye2{^wGCõMQaz?~gUaFfЏdw8O@HIȖ"߁N)tPam=ŏGvТD2Rf{,賂LRVD&B%t\/.%Uvu9jzC>$B{%="$ei <#O4(Dej>-}t@ }תּ WﻴӲ(.oMq}ple}a[:~WnZ< z5Ѵ$rd'&avwan|L 4*Fj0dٽB[VR#Ta%B?,Ų+KzWiHQ@H-aV`]EﴈOxs&!{Cqk y/yj>" E&mV $`{#W bvU|=g_,.y6ߎ5R_]=#T:K˂ ʼ[ϜQFj6W2V'w`[&lǟI)L8l%)oE[T|Nd:"Q0)RRBե*0Wt@orx%[Ď[K}u1ۊ{py\4Qm>XơKu_4mMgg!h!h'XEKH|\*ʱҊGM0dp / ($:, OVc-ʦjU`J=g=x  Iz ^ÌNnH+X$!=oD؁{ :i790o5Tt_;BV1_՜#KxOW>$JX+5ZCC'GEf-o6q>o!KnS-cD'\0SWWxX=]J1OW&O ͏&wml?eƨ9'%y 7w,ũ23Lw8vH__$H)j{MԾ-!O<X }e'yݙu&3)N ,lH/Ʊ(2 ;t:~$I\n[ȁuIf#@7C.q%giVN2Ӵrv,%~~HL_nꁣډU^PlݸL缎 ]OyԀ{c"F;cpdzy rHj*aPê]wLTh`vhDz͠[19۵'_+AB 5 6?5e秚^bWeͭSc{e/H>f{a2cWƋErUaxjY w3pcRϩ;٭L{'r׫-DaXLo7NEMKVJ?J^fіT 669j&K&C rNnw(_+H;Ӽ \QHƞéF&i,i'$P x6UvXVU-w`x'sd, rܟfr<1T,B$:uGHAp^5|GiD3hSN\`wϖ7 4oX.m[zLR 1]](L^W"SާaX9 >'-$ؾ:;aKv7Iūr\'H:ң6vQ=Hjة} Ok]=(W.m6+x bC1tyĥҵp jqMd~:Qzcx[ŖI8e]l]UNgKȲz7d÷i"XLق.wr 9< O1eLSu 2~]ɢ6-6cLOP7M dPQ+uѫ-QtEOe.̨{7[9?ܫ@yJTiUݱ}\Lޔ ڒM+D2Z'`>tfv8%?ɑd:ct)ޅKX3BHun읐HwC y2;V ,(!|I+Kh[zr7֒G)RL,*el橫U)qZ*b.2A3p!Gy-f)+jCg맇! կ)EԵ`M'#B+!9(^F} + GEƔz^u-̀+o/Sb~8}z5種2g q$t#;x4Ӌ%i>'t{),qjvRJtwH7݂QPYk9:>K\L<NlH cFm?l{\_n򆆕C먺s5軮LYX?C 190OZD\ '"1) [276pq)x=/WCMIyQ1ERTXDr D#(z_ڗR@PnژdXn0*32,-jdiMlp}Ȇx챜VwVN]ZnN>3}mנbTUW J0 EDOਢXj4P'^DF0Ys#3`ccou3vX=,$Ze=OSgBMVLBJi+x5nSh._#p!&)';f*EDlHRt\N&\^}`k7k|'藳p(l׶RӲgd@ԟڌE7Ad>CA汧jvaA?Şp0Ըx!z^c1X ~sOl[6B󃋗QJ ['( '(4+8Or3g+:fM; %F %g*[g洗0kuZ&_Prٙ(wCz,XaB!԰Cb}e6H2i6<;vwE{eZEfg$MY)-l7~ޖ4euM@2yL+d֖+q⊓ i=O8)5!^,J;W%KK xn #AD(~~<]MZ7 ;|y=*N*t@:J" 8clOO"{&'wc<ɏ{'rrxG(f>8N 7nrTeqꂄ1-KV:)+Ղ:Tlpb4qd~]K]>Ԏԋ=ib77I7ON\LE^MoܑInIE:E>5б:8E6!BvrPC3DM򊬄5@$ 6L7?:>쪏f!3YU"^KF-ӻ,S]{3 B:[{݉#{ov\ѯ~X0jWݱ-|9|zkq2G' ZmW Mb21:QV`#&`3z4.:Q?,Xvb2ulSH:TBJx_͕-]o dAA>Y>wcfLAx.gJ*v4tZҖ 6B2P + pS%1׏X-o& 4iTV*"1Qe*܂y|H#Y2^vJ_P3s]Cᩄ]1ɦKU4YI`/B+46uEZOD<`zZbS}1_Ok{qEC5İ&^s,UJOFfVk RBR}'qh,xMdZ\_",ɛ)Ն!\ńNl!DeDp!t^?<|_iOЅ=ȩM` 6zҜM*c#nYB6dn;!?{@ZEz , zJ5 { 6Zc:l&X p 4v}">e9 [GnaGZZv:')"=z9mͻI_BeV>tG!`bna`U^Bm[E^5C0W 2a hhI E=:Xm@| 9WN2s-VZJI 0ir-g‡Ѫ|]6ྻ>͙_3 r’4|A c(5 HWhFX&c7Rژ쾣e }[,ie5ԯq1dѫ6\`#3ˉ7kn 0H/9q5xl;DLM`nH)$~+9w8+=/ ̖׷"$Ke4dX(K.D~I*!K?ې#FӏV*mǙ k SޚJj7!Jخdh Edoipmd8-d۹G5;wҦ ]8Ab ¨ч&x^cSxʼTs%mh#Ls\C/ S4exT +&vn/Ud-H^y ]#{Tc[/O:,jKkQo ܆)TskUh jh7Xd[M=~~Scaacj tt-q"*ЮUMvHFa(<L O6_ ۂsZCr )<B3/ws j22ۨY(,ќiEt' s4xůo(p>XUC&B +G)(@mPT2%լ0{teic? o'm!&Ն_,2tz8ǚhE^;p,B-쥦5նs~N(M;?!\m /~Rxgt^y5-@L'K;Hn{@n(sa VX2ܢn?j{-ɒ(f?V0|h0OjGʶ> R?KnC^5/L2Y@TNkaxbw'<;A+bYi*"sQkh@UaUro'PՖ82:4 '3p>tNՌTÝGA9LQ+[{p_[u.`c`8D=aAch;jFlx,TIXP|+9dD(VE|Nrg7bx Q&BJ[1DBk|e}>} ɧW;q_h:N&7vFwԿn5*n_2D8 / ._A.;7 g ,WCS ܅嶂3]-HiiXu1SA\ M,Ϳz= ,i 5xM% !7Ia~.z4Ia}x"A4m yINRэC;nd:_rMaYAX^MaZ/ `{"FmMv8 υ3(Waz `}do>F{-XSxnSy 3Edi^HJ  kkf!N[ܜC]]-^oʖ/?Mh[|-K|pdXTf/G,%%Xsԅ]{x SN<4S~8,3,j'(!":DSʓdjPXLSRG݌?MUJI|§&ܧ[L'@Cb$f<܎_$|sY0_új],:5Q}l_4s2(";RFXM 7yae~h+dģ[4w%gq^U/{zfGy8۴!HlzJ.iml>'S9_uT'OVNrv+Zڸ`1;\  C^ϑ,,giŔ:9k^fpjy@d:~[co|oj/DD>qאL]p]:յ{u?D@+%6skr누0#0FPFeUYo^?"7 ىf42jN 9/5u@QѲWJi ~BY[DIXT/_M l \@ @1`jSJ7 jf {)"aߏԲvWcΫ`[+U*.n$_Lz[R"Ϻ(~n{ؿ7u^ d!(0cL:R;4!4,G)jSwo,PO{65rR?_e7Pi=}C0zC`&4'P?^@'TtVd5|Ps/{ YgN8`}~ * l{oAr &6r t kregbj7DRhO#r!]YwxlP^k2Tg=bIȋ 4x?^MJ!}'{EpǞe^9|ϗgR"o҆;Qh}x{_ > <A\}T?%~ngh&$]~ @woiKAإ/*ԌZ10M"~t}C ƵůN֎c+On0UmfpNQ2 QKC‡Ib!@0>v8[}25dauDaS˟W$n:,e|| 8fF\lR/H'ع4ewf~%eɡyb)I`ĪNRq[ 3#q6Lq6Şy^9j&*ه0^m}=0;豽 Y/{(oq[Ƃ%DN!2qiDna9'OVp˅.FκrcVV72n<L ^t^䙮h_n/0Eǩ2%YG679UPyd$#]rbnGx-( VCnQ)Jhl``IMxnh{ߐ1Ȇ#8k?h,KJ!yZ0=2/a۟ux#T~lZTW9>kXX_;8JlQU3ޱkᯞTJBW(Ϸ/m eWM뛘 ˆ v92]*tsI}mHA$-+uG I*vqD]56Q[cXz}l$B)6jw5Ag:(ؠ# 4y&ǔm30j^D|vv.@r@B+'qp[ͭ+ iw4VCOi԰x@*ښpQ[|`T:J'-Z4pr3|ц5)g"̠ovuJYZ-v?kR!O5f_9I Ęd6}hEl?&?ك&_X/Hw2#]Y,aM6ŋ3>c;8ŃkI4_0z3-[ch/ "Vx(RxrwOӰIEPqUjsy5Og&EXH! }G:F7}Ci! [*0,%2 T,Y-1) 6tOl5gTƞ|2q1Ű4GBd:,0H0kڸJ}=dTԿ_^WPl-n#uRRkj Xn]ވ&~ f= (Lq_*%iُJCżja+N՞{G.# fkr!x~)OT0:}4..XW_rYn Y[*"I:mPPugDttb0d( tzԇ|>uL} (Emtl$蔋 W05RModxw}*[?s`+-TG~&bISE_#V]Bt5nzHےܸeiDE)rQi<(MpÓN[ZwSw>1kJf=%yl4g%@B4+?'M8ݦ9yz"j,c-tXUofF^q9pa!- i,N+X .[쬎K*tɵniw(-b0 X6`߾δQ(w R8_]$.&zb[#ut p+FI.UhD j  RZ նK9՟Yb؈=ߟÒ1a=S2gį@"(d?cҽ%SS\0`0T^a:ӹ>n찰ӖeV+awjp#n - @P2ʶ<~9:U̴ K`źB o&ɹEZǖK&p|^k"4#52 ﷖mC'̝!яE8\dx1N]I˶'Yo/m`akɌTXzF5@ xk6$BɭREN\GC*0M/5؟bkuk%}Uvr!6]E!}BPsr$1nœOSb+]bI7QU࠵2oH` AP#z;6V!eTg[3t>0zs K.eC1.Gdxޟ~Ҵ8چ"`6m,m8D70AWʪ0UǸaۉ:8ݬ&ևO'%F=?,I(_=ߞ2mnF-m"QVXMPevI⃀2 6Z|K-6ɦuBಓr@/V;vw K? & +-E BHmlMPoe*=|#kb ) Z4/8ȮS|;̉kzֳ{(4nTOh3L5XaBn` K"VZ~zʸǹЦu7¢Zbfb3PM{3,?7?]0o&ᝧ*CF֯Jym~R[3Fͤxg}DNFDQY@'OoFСIv'@aX/*d/>KE, GILQnB m!lLYǠ\?݃??rp7 xY^5N Nc[ 0 3J󦰤QW8퇦$ζ᳗R}J xKG. /o,T F~vHP̄T%8Ϭq`631q!w꠱ c$(AUcVM,E<90zi3\lYpbq<3|GV@I8(ܢba3 y;?LD[|B9gɡq/c$UJ3g |yʀǟ}12T:Z̋UgO<w=U#M^+&_7w`s>?[Λjf&L:+KD`QâXJw=!Ӷ,7H4Aa'U~L,[^PJ&_Umuvj Xp9()! mzm=c| r$X9'mq\(tԯMl_a_‹e&ET!FgK=ł\6hy;x9q65U1IFL&)A&BjZ8F$B5w!l [Sح~-7r.`@@}o[T.4={R& ̓Wp qc4A[҇u]kμ-A(vj1|lNqlPt$#.eW4?=bg*tsBW,r8N<($mmA4O3xB BBeĂ "Ul}d)f"&}PɁid"lC+»F]u#Uq4Z9YK}s<(sLjQx3']~3^E+.y{AEshDzVb;d ~dK[7sJ6 \9'`A{LMo*n2>H}>A4]c'k}DHqK%UZm%LBF4`9w2j0gpsFx3}4#&K bשg(~YE]h31=N(zj ;CiJՑU;gr0v'3."kr( 3?KfK\R5N:Ab;H;h5y}[t$amfyTɍW~bR3a)Y Tߟ?.<Vwdξ%hPkYP67=˱0V`Zӕ|' B-GYF t*N ,HIř 3h =hBpҎ I FQ2dUYf38'g%-ps*&Dz52 yR#Gzj!x[v<3*vg6McM‘Vr?YyLx<6F9 u]DNnG6lkĬud&6PftsDod){0/fX0!PD ?YRc81~AvXâq솛c8 [,6Fx2=r8ܰIxΜFRD{~BmT:Gj !Z.AS:/ ^Þ,X a bɟDV.mlƖVULN)Zru39NԜvR޺P)E,f'x ߡ8V".uυmi@H}T,:ͤM_ߵwIs'GeGe wx?.X~"9mFjߚw|v];?I=w)sK=<(}D;2M| EƥY0*HiS8r˪<}' 2oyNĢqCgݿZWY]k]ZjiNfB :I}S-7L8x4DN[ %P;%*(w,H4&cO9X徑 ps>׿FoOCfXC9ŇlE'.'/MLFEV۹p`rec*7ZWIClVx{dz=-bRRa]qBҨnuugbdwhQ`uuPDs9Iף FQJAc^˝/97֜Nԭ3+܋h_E6R.C;zU'ܟ=o:V\" _aQ1-o *6OdPy쭴"щxģ  @"#D1Q LtQ'wwT;5LM4cW:ܑJ#) d/ga7+3~, W鍔@aG(Vg` 4/V]] &!RdKK2Ex< 9VXM3ψ rwP S$I*2hWʬ]q~jҙ@5&Bb=קݎ!( i'iӴziGJMn5"]Y,,Ҕw_Nx>]&7|wȹAFW`=\jp-Z1HDT[/Q 8\]$jaG7G"},ӏ]]3p['~q\iME=bouߛKT Y-T&+ѩIl/]sYkdeR^P!A|qb>/Lʯ8&` OuRqtDzu'793L r͡&jt2wQUl*s7Q(h۲M&^-O]7wqA3h^p}C(턱RQΛи%&^ .);]%y~xYvk痹Yg.K]iAS}¡ؾ),Qhb$t|,vM>ߕJ7Ŭ쮵);u=d8NUՙcZmԆj{W˟3:T.lW  9VK ׵ڞ_!1M#:ͯBrAJ&0,&̔_%3=]TU8@ W;ab8խշ=KA vFB':\2&A-##8Q%u32[%NU{UUMW{tQWYcٲn}^ lڞ ldU9*O_aһmWIS2Z㿤+'ZU="g|Dß;~ٸ򈧏tOS1bsNyY:fzQ WȃvfWTwS Eo~̍aFV87DՆ˳e~Q!~坰݌G'0Y~ت´ |Cm ut4b坬h*>y<֙5ovlhUIq2>;oüDv->qg Pf68Ӿ׳lL+n@lhrxt2!ycFPbC(]x8Qjĵ=mF^t{[҂)k@-a!厭E~͝FrI ;l)]wRh*بtv' D5Cؤ:x=vu}DIFt >H`\}Ю*DDlX#wHyKz$-xffR kv-̆{k}7V{ѺߞFٓ j. _bKZk t|,| W_Ϸ|.qϽ%f~3Q` ft `G4\ɉ-ԝi'n˳mH'K"C:<,a?A|Kzۉ!E3~l繄ug>IP2 mЪm BƂJtƷ ^Gs(N|`h$u8mזqúe[Їv[,TsTBhnC:k*e05u=cajs D KnJʍ`͕i0{50> !j"nח#(*^.A2= ڢWS-J6YQ#`1w^[W02AĊ?i`3b N//'+<;>,Q3YmsЬ9>) HKQU;ZV6E8ez/lb <'R$P9&8z` zD6BEHbJ<>^QqHC1i= Xhzd]d2bKٍ4Waqsp맅 7UK~ؗ_G}`I$s|9O2KoFAրlrbTaN+a$) qr6 BsIMhtCB2' M2U:Xv2-,AcpNMB]T5^ɴ:!#($9;U@(1iI hJ_6V#-QR/H8, a0aXmf}\Ћq3A)e2\#p~~j*qf> 4zM3P)DQ=~k2z?,,* ;W[Ib[~L,"&ٛM*~gU8_qda!A@MvyT 5!\2@뒳U+a/~S9.81J=ċL( -I3(Wq]hfp9uնh1 Zye ŗ,.TO-9hJ+`3š Qs)SRIXCC aţqD윏H3PlvogxjDvỨW+id_ȼq q#d2ͧsص)+~6Bci*MiNoλ޻)ANj]Z&&B9}zC 'U|KĈk{]t r2k‘7"\O.YlQHK]ns}lUF2Hϼ`^qeAWKZ؛`D@pHP{lVM&&eY3&R=NTuMxNU[H`]c oЋĵ! #)IF׀_EдА덿*S ӻArOw :fTIe@2,Ʊj+LhjM U;F'~+mמ `̄kH+f,()Zh~>gdWsGӪۻy>T3p.{+$Kt琝S_֮ݧS"y $4O1ujHŸ)S5Z"\Eq698|]_@Z8?Iy;Ma*ʟ ?9AYS3l/_GPd*)c== j43hqt #/\ee1X,aSBgRW>rB0$ߢE%txuZ?ֻ찰}6?qsv*Ǜ6D sQ#4ņ2JLc'J"lMU`.rā ?ictyl.JT<h;jO@w4UcrV;.Ɍdo L#3UV I|"Kiqgs@ WLǷR Tu=ꮝyvz\Z@ KOq^էb6/A|Ə#c!wF=n*wtF}rh̩erkNeQ;p 6vo,bVr&NTe]59>qiatۓ0)o<0/^EqX ^GsPcwBaB:ll@ ׁ!}*FftP=ӘaAp60D\4>ZւYpIm]ǒEvKF F/V=0rP x}{)W 5(7ワbO7KI6=UڬcڬL8}S{N[el~M>Zʁ7@D_jӝ$ bx3S'9[aZC7'$ n2E5ikv`m @IN-͚ 4U=R=v^RnX;'xԇH8B6YC=3=DnDtпJ34K|- 3Jq~D#?|DX=TN8gn kNf2E%ӯZ9l˙-ݳ`W+HTq ?}jmCs~mBgN9/w1uHq og fk+c4cCj+cXq5#7( vd3߇wQCHD_/#G4S2Ld";u)m`]5/bz̊::(W;ˬ8A$Sn8qјi}C4E =qę8@  4 d}d퇳 h (2?q=u88 얌2:\y/ˀ3٨T &yIpft+%H\!c1w`у2 3/+)kEb|ҥAJ T_ulY1lPg~ nW@NԚp?׆{h2t%=/W`;/)J̍ƿp2yyH'0ýȴtpj#nl(ZIU0^ILitCHHvLQmۻn+Wa/5oO`<7yCLkDvho>$h42kf,]^a, ]4a! ;DFOqNj|cy;* =J kYʢƛm)X{I%Wԓ&;Y3﹥kUl'ZSU[&S:f^5C:K?i)p#_s`q AI}u?kMealr^j]D^1uE Lh?2Bbhѹ:gwP9i-: (JqW6%bG78# L-h1:zPͷrӕ<4'T){Ce5̬U<Nl,Dzw+ Ծd8;8`8ߔF$笷ځfVܫ+ or{V5y5**l)-faE<WgJZflp%j1y4,]01DFSus0:gyzM3tTYoK-DZcc8$:^[niK| _.}3*y*j#, 6J1;fh:q^V1gj2R7\37 {QG/^pٺyO>G█C1\oZhe; bH١t9>*n*J*@=j :fٻtDRW6jRQ[WWkG]0_M/mmsU4m\: xȨ_Vn;3Bࣁ܉(>"736++,VGk2IhM8-u9Gn$H|)w 1LG*|g1E-6 j鳔;.̨op9|'sӾhunVptmYu?IQ:,K":q8~H"L9V1J%պm=XiK8˧mql卼`[ 2+nfq\Jb)Lr)'qa+Lӳ;Wirɮ4uuM΍;3ƙ% ,UʊNaa f #8L InHӍh!*.KhƠ"i8Gwۻrժ=CapGj1RZW:;՚"^?(c8k6*Tׇj[:m<*ju0|Š(C?P:t jF uݗ+a+.yۉ3\vd1wC䚀87ǔGJ;϶^@4PpRCC+u縍; Ϋq]j/~4|Ѥ9GX9*9A ,I ɭiO1Dcqݺ}_>MJ }Lalݑ!=YNKn*-kY˴^V)pD7=nsY]wdMD>[lv7nn'% G N!58.=XfyNKo)@m$s,k=zxbX>5@ Œ[NmU("a}mqI%쓵d&@`zCƵxCunʬ&mD 7Ew |mٜL<ҴfP[PWbX+66vs MYŢAHnЬ5 vP hj_SNݎvoT IzˤwhoGEffs/T)z2x MRC,mя;i.ha.%ה+þy|ȓy8ﻙmuw ~;v܉ɧM=q#֙t.<`ow~~yک̝&J(gݪ~-݊qq@R1R0hM!k8冋*=R2UsXhVEdRGSxgg&@;E-YUJ4=lG8W\fM,Ez hͅ$DAt!u{B%{=ժPO\?2(e?"^HYeileI"Te7 a0AG~'GP87fQxV2.v^JR?IPC&vñTߚ06X* Ǝx șTπ Pxmp𢼞1w7Xu GQ*VOc9_դ&6QzE5%51| 8ظNR FLje6x*CU)v 3='}@ut4vv I5ϼP#:zYn gھ($(Zn٣m,"G'î ՘^]g6Udz- 89XE=@wߧ鏕k 27&#pRyIyY޶pxCFDZE&_أrS?eGܳ `~9 MTsF]~ft'vl[ENQ yQ+<'ѫpLR!/;qmsO&b&a߶#vgO/Ӊ~D[X[r:(iչ=S(\iYeB<4+d^]* EUr-[0PeUׂ⓯$tTfYܾջ)ƺQfɻC633jx8<Υ"08 R ;%SLX]б7TGƐopVTOnTo{݋E_Vʄ=6e,L>vϨiњ )Pbu v2Rp2 XK+HnU{2^<(HDa98Y$b08GZX_gyOh"&e醛cv#:6w բGMY`!5edB)2>*LѵANApuܴއ&,ml,⨯buӓUc!S;j;PgJj3}0SϦM뺤v4)YTBKUk8}TXP#zBA:ˉsE{nԿ:ψ5ܾ'!W~$h!- a bKtTqO/R}I?#y>ì^w'1 :^כE Qͧ7:z9 j8;\Uz45/HL ,cPij5;+^Ԙ?tp;b?3s"7pr$s(@\6Hs,"O ,ܹ>] VBz :u{JHJaH>;3gQ 2pm`e}(oIǓ-C}Ѣ03dB&+!<{]HXUPRgT$J#HEnj$d6{} KY8ԯOq,Җ7\jݼ51=ۢė#*s'Vc9QXfoĎJaOF_#l0@\.ds {|#Jsg>/\DmF7I!NGh¦#rRz,ɧ7yr*%yEuUc^MWe+P?nX]"`Xi7I^d>KY PajM =A3.3%S+d,_ oW+dTF|M)grm,hhY^M"ך#_C[q0F)pwuTt1󎲑a=R"ՌGXH[tI)34v<|L.`Hg>$FPʄdy, sik~ZcF7('!;RvG,n%6jzՀVeʄXQgPG30>n_vj:jώ}ZR~98WzZZy+!U8$P#jx ɹ L\e,AfĜO"PʘF>dvgc{4|-٣OۗN}Q}F'lq!+hZmyd+.c  Z(fX^I0 0"#B9bbIħu:yJB&Zj&S~}փ=:MK%E>ӭ dW|ݺ{J")1 KِC ʸμg>׸.!hmKZ}vz]pGtZ"n۩@ȃ˟h1bYxƔVae]pRqѴQox2%J<.85u x߲S&m;%O몘"m)Q"+ɒk _ܥOI L :Y>"D49Gt~_D`.V(|8-"@,)TH'w7vB:he@ƫCX$ G(23Gm_!>& ZK_YmSXIGmr1;({Jgu(m=l^ ] %}18x*eΒh)S&x^}Ӳ{ kyh2V?65$B`+"JF꬇ -SAs>&g߄K ~O櫅MK̰ۄ\܋/s-03镉lϟ(J`P?K0}qT[/wcՉq%բ쀡@^Xvo>2~3QRYfWUեpa&kEZln>LrE0馗IQ[|O8Tk6[P5h7+K3Nof: 0}}7*qHPp)H`Fj!6H..j-LB vR.R$_Ox L;c!JL"ʲ\?{K:[ƶyשoÓ^6O;UdGu+?9WSR  -!G%RE3u2!?3/v(Xoe\ 3|H(1#>gcKwhhZLzcl*!R^ 2^N.#X4 މHiIG\Uf&'!Jb|PP#X?Ds/N8ڤvJVn0}GxݥPÅk~gT߃Քtש3p=#5DLqnqL?9%v&wkΡҽ(\YGA; }S8;NҌjS(-J5a^O*UEzw >\ ^WcBș+k{ D8ɗ pvGq6LYAVy)kz%+ݱ7КyɅYhh lauԾpj:&OQی2)Wdž#㰟텱ipVV?;n!%=wTXjо+JtDj!sESU׈zoQ K" tFBH{swq#T>[c[l.EksR3ʨ E_'\ۄ\}쭙x5VRO%uLHKNĐX]\uJ ->J &]ퟡ/ `L`J'Մ1AؾIq4ǫ53"[ak5dufO0X'oDq'C'pCniv42 %hjHw/t:"_ٓV䵹}~.CN-xwW|tXO|^sܤUFy0sAS@'iG&sgDHϿ(ykQ-r~Ynhڔˠ[$ >@ ߵRn"H6Q` p`9'OhxZɗVLeYLoȊ, BrH*FpQ 4OpU@X?`>ZQ}eZSހ> wt3!J][ )b5B-ϝr$ک$H?V1bқ0/ٴin){Rރ<gq B%U%g癐_*C=G6Nwɉ;p*toȴX"h`Lm頷+2?oc@cGe6 Q ˱,&^rQݟ〃$1$2bաZL] pʇX<U>`f.WSf:2?8NYٹU:_wS :'U[2[˸&ոG20;2 RUto1BX~ .#ٗZvS^{}F8@2"qN5_*!8Т1<(]D"FS=ऐqvd %!PZ141G;UvqO~NZ/fvyU_p'N#k9O0aHilԾ۴+$,=`l,$ S.Lk Q@|9&}f!BR5Y]nͦsߪ_j,Lyo `1poYXy)`"D"|ApqFZj6KIHk;غb=!ё~c>ƉZ]`f—#2 FW2#-^uV:ua5 9@>hgZys' kzc3ʥjzNYy  /y1Jzx7 7<Űh˪ʖи>"*usXez6jܖY× T\Kst oBnKU,x;BEUh# ;O3ŠH3v|02)@Β b5E;k xq?,s}5ě΂~+BoA" =I+h&j4#gnv߲jcu=<!Il&:\5sL, Y$`@Y7,zJk]an|w]feDHt 'ƒK;/+L+"r5}<:bwy E&_/mX}A׻"Ʀg`cS7 psՂщ˿(J%F8tTAol=*HN $Erκ{~s$tћWu] g$|]mckl๔y|>&"@w.Θh/LeC5ڃ,F-Q63MaUQdPNZ**HRҋV!BpcELY vhIt˛#yw3R@U^"<ց9 q O-/NLT0QӐc2"WJW"ý u>Z/z(Ӵ&)WW6G뛅e@L,Lglq:dB_0kz\&l?gf-$BT{9!@&/=vݳ.czy ]f_E#hqv(6p- D̤uۜs~ysȒ4H4\סiQS)|.;0?}ODHz[CUsHMV"ۼ;\Dou,.u^dBi`~;~s|p.Ѱ":N c@0.Ԇb,IFgT`yo!N"wDS'7؋ܺeUXܼ^1ߒ(&W4S1h䜚2D.ۮ9Ŵ;Edf"ѢzBS> }=jCT?_t{ld\h`+^(P#q˄Ű\i D ӈͲfLPQPJ ^ g=ȵQ)`;@?!/,,落fj{l| yFۛ,*ѿGtY"9+,,t/ MX@1evc TbEw CoY=y 剘buȠi7J_# c$Tdώ]/ȂLhe"v-E(g?t?Gm|{X)q `= V `-hl\_3!\)A n7SN&ǹ,^Dۚ*OG5 }o4J(!`@:zώrNوuP=if:`8]KQǓ0G~2K_e M0Oceda= Q>zwhؠG>>/q$lJG=u {'HAïDcum:𦅠dؼ}6:{A= n`:Ca]Z _&j?dT0-k /mq_:}#F p c+] ؋D} -o$vYGKd}U+DT`)S.\A/   Gg:RO;вv뜑K8Lٙ$70}cIIJ?-GDry xUt"SPʟ`1Zy"'_{;qf{B\N`CŅ@jG#<Ŏz"jSc_",̞0seDeR,&IPKx\t}JRGr +G`Sm+Bub_Qv15:i}ejάTbR ZР*d{R+4£w7"I5ƈ }ֺ(+uQY @߃ 6Ȯ4)Zex29R5 ׉F͝6n$UpJoZ B멝b#öEVY 8#)1ѴEi=ph~IFFd>0p&Bƪ,#xo"6@b^PS%nFC9v=*u%ӨQT\7][AH^C(,& -7b/ӹ) m408w4Un^5|Y)ql5n@zV咥cv"~Gz/_93)k2r̨f7Yc`*H$Ym"cߒP}=ݎW鹜+kqE~`c$`˨aE?G } R.4ߚV,k;dC҂_&1c1>:̓@;= Q~}ǯݛ\P.CSnh'APP;Vąt}ƮڻpU MCC,aAVK gc姡@L?-K>bZ9B3PY\R8.ZQL;gn?3ꗁqV1ufm9^ zBDkJs&[Bz5?L*Z)M5乁 OVma:s; Ar1nvOԱ=6/h&keЇ=9$.+_~rODgD9].*o*E@H^m,Cml Okoﰋ|%!QȶHtZǤAAzi٬ЕW@)L*vư 2k(pPQ;*;-Sj>Ȥ^د'L;b[ԄM@ KnnJxh .~;AS~Pc0s"1!A*@?$6|UCh?j7eƕBy-V6(drfbvʿ]4{Дnz XؒX#*YW1iyRl=  ]ab{ >x%z6e=6~@E29\AvZJ[Q$ǟpf~~3gQ7O-k)4S}Ťě X/Rw4f&)otDNdhypJfHv(Twj MֈU)_zB-h*j4Z!ѫ2/l{{do9Ġ;݃,CO1gVA;5]D\ F:5,nѶlѢ0md+jkRlw>5Q$ƬOn.OM!-@[O`tt')3>vضY ѼZ 3߈&|7fx#l1MWu$j~+,q]jQZegcb%*`no6_/ЩbgG3qlIx.g"]wcH|TE8ovRTeL_l%G۷'[wH5%['x0p:=~6Iڹ f>.u4MEl;SлVoB+t!!R7GU4҉} wx3FB ާέ`Ucs{S=b P&owlǰ'kft^S6b&bXcHm~]K͑MAvq}Tha,a/.9x}9F;3UV_s@%VX!ܕj-=3M7cbiMtrL9RBMj ;-Ttpf[+fpl%QKʠd<%i8ȎjbuScN0&&eCY:E`<7槢۔܏] {9[ђw0NS~lnE;΅/AZ*D|&bP]eԷ7槵52}ZoV'6c2zqi&HKߊP`l0w8(~(v}"ݶU Cl5$=\ `h9DyFD\5J'|e6#N (0j%r(ـ?Q;l' j;'|qjHfΤb4?Ga@1ՠSk`@q[rJMcRz9nW)i J:y\m 9Fdž{[3m G3?XLf ҿ?nzCK6#~T!bQh“Zx53AJu80r1(_c̸WI`Qt*6yg!FU,q71Hv;V湍VϡUshQ!IAv@^Ŗ],#1a}J4SE645ܐ5enGbjdqfFi mҰ 5Ƹzlta 90xo[^@rf'Ϫ,iƞwvh|qec(j:3K3uk| 7JnG]n>Ԍ9Z",M)[8wI=̘[Ad:AgxJ_s-c!;ԗ;3 dBX]R~ dN"sR7]dGp86#ֳ|4+)G*AMK?a鿫T 2Zt6-Fǘ*QT)&HJHN>MZz9lB.;pq9Ӫ2~UfyC0C !׉QI xƻaǷJ׵E+$vP,5Is?#?OeZ}wę$<%2-oFX;]WJ-0N}6c,@Ml Jrzi39s;=d!XF! MvV;*bt5o<&uEL&T%QT3Wi"M"SӅ5 V!QNML ̰aq;S_KP1ƿXl?Try0݄_'o;ЄK()a}o&(k6nسCuzrʸ!Vi N7y (n`n5| TMh/Ov*1ox/M*,Pݐ9{JAݷt=+^\pTuw#: a@%Y*S &c+JޚJMmǽyAI P\O rb9 {Toxw-נLXxW4[O88?Eir㞿)+ Yv}5P,#/5 am'/ LaPXM9Fʝ$y0j/N\WCh99ms&Q=.3Cdl޶JW:7.mr]oolRIvchp)m Pi-4PT͹hV֗>PY>^g Rwj)Tqp>>(6K[]fL5RF*ZzMHZPQlkÉr?/45GPD\Ռ,_e愅*cZ *Y^oB4WOWHiO=c=#DUDŽaMiA>!PC@Xv❧C""B; *6r*ό|GgZ?5-PRx^0:9y<.T36< )B}$Z2p .iceQ ;GKC\UQ8S@@}4)bFu `t4LuF[Ah& ;A,L5cLs؉`P7鑡Wh&ԍ`4dk[迹 33>>3/?H/| 6-'EcRےmCյY&Z.ADi,f}1Ͼ=őM>yW,JUq ArX˫ gmC_58r5 ;ȁ㸛3"dԧ$r)ږL\[mWx&03OMִvQ'xe;G+D@|u_4߳&"pJ@ [ ͐ t֞Q}fHQY`__؈g-<<j XZSlR ' ^hGy["$viqt9iHwT~߅].O?*NX@}Sxxav[5iPx [r:a: 3]QL?5 D(ϼ{4gɬ Kׂ&N>c"U*,"m^4MS-PWTQ*}R.L EQP댞y|.irrq׹V-Wd?U"젙X&h 3ˠt-bP֬x]瘞z֏7%]ZϦ <^Uy!G8QIEK(6 z𪬰za>Ho*lCKrkjKԏOj ůxTS&?#; `\Q|vA#,GH#nNԐzd[>elO娸BqJk#b|Lei;tD}>SRxT+خǷ#Fg pB,Qꇪ0n┴CHu-!Ơf h&YsKt-EwiVBuA5م0RD{i ag몬A_fQ3VxSy`毦FQz?y?4kƟtṲB#:k 8 G8 /HNb%R\_Cv1Ji O0L2cA~JarEw;Ri&}+YuWGzjg*1 [\7? tBr:|Ş}x-Z(l;TZm,0/O?<6gw2CSD%813ms<~gڡ=)v]y,\Q~A2tZƊ*jϫU5kMIp 8K/_5ЌqA10D  n~5/STXU{B\,ht*9+ 8To+~U5,A}c+LN-sQɓ=?WwێmoCXUK8 bąh%M7fW^\6+|8rOqJ-'" #w0d' 'ߕlkW TMJ%vayi$+>b ڌ r/zpBO]7JcrtlzvY// U0)53πu Gve cL {"m04y8_OB\fHꁁ![$j/ mOP嘍$ڭT}Nl*u YބlⱠR'Z/ӖeȀiw;"9J#:>=(ή&0 (&Bm*F]?.kRr(GĴ[oANuN@QAM!3n '#wqzgѝKS^% ˉS68K/-96x9HHt8{{y":{Kz(?P!*j/ &Spk3j Ó ެe,փ~6~u ۽)ci8s PœPj5|wS9twLMCfܜsy(kotfg"~}It5w'J|i2s4={5n`.]|X& 6񘗻<-[h M B4^0?l-Ar Age^5u!LJ_GNMSԔ@P11Cb-8"rς_GۚF;(';:׾[´`cS0j=r`xSAc5҂=k:_Ǩ}j`4C[шjM1/xf1Z25}+rH+F1)n :@O,W"W,޴'Ra"|1 `Q[)M ZW}:֌ר qRmkԴ';mUssՊ|ьutEQ˝= '夥ݝ/\%0;?6)j\wǰdOYns/#@[ {L-im؉6V`Sz!um}-k.hB[*{>+Ho^s+we  ǗB[fy bbF1@7x֒i-Nj; +<:t3.t!U6)JIt>5NCpBk&?6@ZP6>E0Rח'z~ךOTh*IfG3 p!&j=7v{5e[Dq+3DEGsF@WhԤma-+#0T~]~ru'  ^Ԋ&}FX},kwia['(>P M<맖Q^ 7<5@r/T k8 A)hHysZ"'?fma"7C=r"zQk#P{|KWƅ}GmceιZ>6o ۲)<~J\vg0ДuW1{rfH!N I$ha%' 5"bU(nh+C~Zu6Wsm32|'L6 tH.w!uŝKѫ>J[jh2Q}mۿe LѰ~aj(=^j'!BSPr*~(\]Ҍ8js O*Њy-*[O NqK*ζm/91Iz "/D.E]#uUEH4fb\2Iqcc:_K9V7vy=)ODAG(3oyP3yS^N}~z!ؼ^>_&3uv=5 s}vQ:"nxGd8D+B.+`(.0J(KJ~ %.̡.c)GZyLo,ę& gi+TcҞ-ڎ C+r RD gpRݾ=A-"b8nJ@&{ nVPͅd ߤJ~{簹dԋ]p7_OcC.;x(1CןBjsIځ.nehZmy21])HlW,#DIhBɰ_g_Ez# @U&NjGS^U U2vh?N҅pJEVf7m ~m2;aFJB>X`pόC}X_vA _||ڝ_4/Q$ۛ!}EP uj.^`əNܫmSNnl䁠왦."CG I#EiGWŔ&n,L9C0<yekV誷?I巵= mH2*d1._cr2ubYV2~F.$p"jS4-y}FX+Xi/~f"8Ą),ĸYL̏j|˯Oɱf|F}30ʿ2 x*f礼t#&g,fySǕVe_Uԟ{ֈߪ ?H?zdQN*8JɈ]U9B6DH!ک~aYguxY ^‘ "5~ȝ oޙˉWdC(=U;-Yﺵ'k*K euo@7hrV y(ugN A.r%͛Ł^y+ \¸׬Xg4zL2E/!`<ξU :v+j{j ixExҍOl2|lZ30h:u񇍉6|nf#FIhSD ^2)ye蜚9M7uRmFiӭ7Yg9 @x:px2k;*;)fc#6a;g85JfL:&Fv-nǰ?:TLzN_dwz]dm XㆧVf(ۦN!ծ6Z)o |_+0<$9"MpZm;sgXԗV89e uE}?<]njEzZ#'glqK,Ȳ L0̷\@gbQiݕu9;/JIhb޷R~r|2<[YؾEAUoDT:怕ŴGt: #5Y]ZcE9&KxZ8`^!NSo[{з7b 60X*4vJ@|_sHԥzv9 2~F>nHC1ҥ^6橄0̀yOm&'M.?k6Ɔ9tlaF Uo")zL^Hoݑ|pgHK"熣ngMs`%IJ 4x+p,lq*jApYp$U]J^e(lBY-9wb3W)CF m_q=QD 엊 F*륎u%1JtZ?\}Fl}ƭ U*@ s`f4[ C9zTe$/dtgjfD2 4NR>l~ӽ-do&AE=xIgщNٻ#OCPBZϭ~|GՅ"}+bD>UHqyK)a7r s 6 Om:Q~zgk'{Z4$aDT؇#hOp A W:Aw[ML̔uB`4qA` T;M9ts0A$=حѸo MBa7 Gt&I#cQ! :<٢WJ04V.mAn/}F}{f <|VTm/:rԑ4O:sq[F vެݞ!bQheZ*j]^ܜNA?JKd5~K%#ElSboQ%nWӈv9CMdͶ~d {]# ,c%4?Q%u.An t}uj1yȋ~,ԛ$'GfIm{A{VNx8GSvywԐP.U\? |QE4C|KrgIk  7;؋?t&Tn.RE(1`LvEȍeٚ{6G,QѼϵhKNl<qLkb ԔF/,4ȟ;<.dKsb!zT\Ed*ol ˅RYcAnFmc&yE) i2]_.|/n۸=(RSS*njd9)!U d?Jt7h"5tmZN\>^xʊ?GF|b|rQSSjLpWU5{`R)$6l1m;(jJ2d{tU*:E|Ee`mV=l%ˉ.E껙 _U\2\Y _94s|//7\Dwc FʔO-C/\w?x!nG,0mAr$G}e6:w9$T"DC ݲ@,=>="zDɁ<*Diuݣqc}< lsku@q}Q`KF.(RnS8NG|:4ݓ`aE/28c᫤Q1}ôܽ"Reuա= 6V BKŵP*7bC.ah6?mbju+WgxZ&0սrGX[/V+I)Hzjx6gUuA`Q9L6RzVpZÂB,-|$9gq%%-| xLrTO/v+3"Ph6;?5A bDvDZqrFq1ǚ8L׉ûs!&Gݨ%U6T b 5BMF;/ukr Ѭ9Q~]|n ~QFOSH& -X޼ȨD-ɫ 9^ÆXW'@5F@hޙN]voi'r=h1k`:2,Dҳ Z:ڵCn;NxU[}i߭Ϳ7:{+rīK^疈D*bDCw.4lJ?F؝fZ6D4Zƫ/+eu@ߥCV8meH/G6\\/a(gy\8%IstM?JGۖF{Dpn(~b7oR=[&ё+[,DeE;ijI@k+AX(Vْ *)=RxΤL]p4tmX4P]X9/a99HW9? 4sKk }> 3DLb 'p5']Ӕj$dY{|ZUF@|>,K+Y:|It=VWJ\ Ai=^,{57P4-6S"]/dPdHN D$k: |G/Td4@hWPL9tըe`VZ(*\kcx:ZOl}xȽk1p8 !7n2{ٷY"7`=ۻB>)ͮ[M8ھULX*(VKwU##8j09>nh[rrӁWV@z*- h4jOk7-L$ ѼG9/׹X"w܊?H'tEwmF7A}@ws@MHNOH [杝BFUHm / Г4VzHqjCmoۛTdgj8x<]dU{dVgJ„ $SFnbOQgD!]LM5Eڲp 6%CEn5_b̞-O_;ȥY-s}.>_~JWߎKj0*7jOmwj_E'窸>Gbd^iE 1.H`VsD ܅~) x6Qe *U",yco}aFOǡJ!V9Qi'eS2cFChGmV&!)L!LH1h#2 a 1#ױҢ[]_>fV11tUFj3,H:uO/2mOU(D{ _x<vzF- "7~s;([#v ěC[v$#EB7G¿ JpO&@+k;+I /{d =J!+sjeo]\^QIƑU$^+v`,Q vFo(U75w uzz`@ Cw<_/S %%^&,RW9*?XGW٧fWLi5(>U|Ag?Tm4ځN:dX]I0/(n\7~ !zݸ%y}@մ"1tV`W&1st:7zo+]u^$(r+.ւ5E b2 _3?⯢}].靖%ٓ+,w$ކFĹwW!*rS؎Qų$OVF(ban#: N}}֬K-sKj_5A!BxýZ !ID~dWή?ӮePrwZ{dˡ,\0;ƞw.;Zw4{oƠN+| nChnA*MӪۇvY[XSœ4KGaKA[YRx$ m;%4&!Gyw!2 *A FFδk'@ŇZuz\(6\$QmQN]*t\>IA^{wwC r+Z")Z,}ͺ :a}S.BnY0>IR4'[F AU>M!JoK=,Pe`3o>_#ȣMWd9Mw}V.;!|Q٣f!Gfb$eѲAH ^#@RYh+@3¾#'X^êc 8z?*dh.ՇěXDH ~u5LI~VߘW=Zm2'L2R3?{QZs+~^eòkZYEWPTX rsD:أCG]p>~_ݙ8|/Hoڎ9;r#+XB yՙZ @t`#UCZ3$RowMz|.< Xͧft8 /A[V5{q$g^Re~(WW]Gͥ37 TIaǑlk'1E%:N0y"rx`}'L=sEߵ hF۾:]/% k1zq/VkxiQh1](W6[wł@%L{PQv4 ~!z,$|!߸Dm[U3=$Xti hx).c3 վC|x{8nWkJB&#-,/.`K]O!NE .PLa}>akOh/O|HB/ۼ i1Hf,cpqi瀣פ5JLW1O.Fc4Ś\9=/]ʿJ/ 짌H-E%OW]Ire4тak5DtaQ0Z3 dAed,{)[E yY,ILd*4]ίͥG%EAkDzo۽E2 >Oi~0棝MB \ZcaJ^!k2ky֭aĐN6+ p ?Jz T=L*(艙;*GlQi؅\uqD7!96^:5jlF^0V˙m}Y+MlbA eR}-pi hꞡuc]s_q:*5Ǟ ;ͤ`jOv&&~\{@ ٥^W+VSC5#/@q~K5^86RxAu"@<<ɴjY̹Au?kG8nI0ԑ5U p =q0gNLptCWP2jYReb˳EfgB\(y~u˺.&S|3Cۇӽ׈"g ?NX :Ꝍz)7P:_$$Ȁ׻sDe_?}b˙=$ Gp`<[GqPz]Gԡ(DԨyDr`+xl+ vcI]M[l"Hq][pi(NToIܵ@* rtVOJEf bW9 `F:e4.5] hSɭkYzy/{~I`QI"?F^uAŁ5T2v mKH|2# nRH!jcg܀؆bKƦr%f's